Html Css Color HEX #53ACEA Malibu

📋 copy color: '#53ACEA'

red 83 ◦ green 172 ◦ blue 234

#53ACEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malibu #53ACEA

Tints of Malibu #53ACEA

RGB

 RED value IS 83 (32.81% from 255) = 16.97%

 GREEN value IS 172 (67.58% from 255) = 35.17%

 BLUE value IS 234 (91.8% from 255) = 47.85%

R = 16.97%
G = 35.17%
B = 47.85%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#53ACEA (or 0x53ACEA) is known color: Malibu. HEX triplet: 53, AC and EA. RGB value is (83,172,234). Sum of RGB (Red+Green+Blue) = 83+172+234=489 (64% of max value = 765). Red value is 83 (32.81% from 255 or 16.97% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #53ACEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #53ACEA is #AC5315. Grayscale: #989898. Windows color (decimal): -11293462 or 15379539. OLE color: 15379539.

HSL color Cylindrical-coordinate representation of color #53ACEA: hue angle of 204.64º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53ACEA is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 83 172 234 -
CMYK 0.65 0.26 0 0.08
HSL 204.64º 0.78% 0.62% -
HSV(B) 204.64º 0.65% 0.92% -
XYZ 33.17 37.28 83.29 -
YUV 152.46 174.01 78.46 -
System Red Green Blue C M Y K H S L
Decimal 83 172 234 0.65 0.26 0 0.08 204.64 0.78 0.62
Hex 53 AC EA 41 1A 0 8 CD 4E 3E
Octal 123 254 352 101 32 0 10 315 116 76
Binary 1010011 10101100 11101010 1000001 11010 0 1000 11001101 1001110 111110

Color Harmonies of #53ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ACEA

Black with #53ACEA

Text Example


Text Example

White with #53ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53ACEA; }

 p { color: rgb(83,172,234); }

 H1.HeaderClassName
 {
   color: #53ACEA;
 }
 .AnyTagClassName
 {
   color: #53ACEA;
 }
</style>

background-color css

<style>
 a { background-color: #53ACEA; }

 a { background-color: rgb(83,172,234); }

 div.DivClassName
 {
   background-color: #53ACEA;
 }
 .BgClassName
 {
   background-color: #53ACEA;
 }
</style>

border-color css

<style>
 span { border-color: #53ACEA; }

 span { border-color: rgb(83,172,234); }

 td.TdClassName
 {
   border-color: #53ACEA;
 }
 .TagClassName
 {
   border-color: #53ACEA;
 }
</style>