Html Css Color HEX #55AFEA Malibu

📋 copy color: '#55AFEA'

red 85 ◦ green 175 ◦ blue 234

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

Shades of Malibu #55AFEA

Tints of Malibu #55AFEA

RGB

 RED value IS 85 (33.59% from 255) = 17.21%

 GREEN value IS 175 (68.75% from 255) = 35.43%

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

R = 17.21%
G = 35.43%
B = 47.37%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#55AFEA (or 0x55AFEA) is known color: Malibu. HEX triplet: 55, AF and EA. RGB value is (85,175,234). Sum of RGB (Red+Green+Blue) = 85+175+234=494 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.21% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #55AFEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #55AFEA is #AA5015. Grayscale: #9A9A9A. Windows color (decimal): -11161622 or 15380309. OLE color: 15380309.

HSL color Cylindrical-coordinate representation of color #55AFEA: hue angle of 203.76º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55AFEA is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 175 234 -
CMYK 0.64 0.25 0 0.08
HSL 203.76º 0.78% 0.63% -
HSV(B) 203.76º 0.64% 0.92% -
XYZ 33.93 38.53 83.49 -
YUV 154.82 172.68 78.2 -
System Red Green Blue C M Y K H S L
Decimal 85 175 234 0.64 0.25 0 0.08 203.76 0.78 0.63
Hex 55 AF EA 40 19 0 8 CC 4E 3F
Octal 125 257 352 100 31 0 10 314 116 77
Binary 1010101 10101111 11101010 1000000 11001 0 1000 11001100 1001110 111111

Color Harmonies of #55AFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AFEA

Black with #55AFEA

Text Example


Text Example

White with #55AFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55AFEA; }

 p { color: rgb(85,175,234); }

 H1.HeaderClassName
 {
   color: #55AFEA;
 }
 .AnyTagClassName
 {
   color: #55AFEA;
 }
</style>

background-color css

<style>
 a { background-color: #55AFEA; }

 a { background-color: rgb(85,175,234); }

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

border-color css

<style>
 span { border-color: #55AFEA; }

 span { border-color: rgb(85,175,234); }

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