Html Css Color HEX #55AFDF Malibu

📋 copy color: '#55AFDF'

red 85 ◦ green 175 ◦ blue 223

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

Shades of Malibu #55AFDF

Tints of Malibu #55AFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.17%

R = 17.6%
G = 36.23%
B = 46.17%

CMYK

 C value IS 0.62

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#55AFDF (or 0x55AFDF) is known color: Malibu. HEX triplet: 55, AF and DF. RGB value is (85,175,223). Sum of RGB (Red+Green+Blue) = 85+175+223=483 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.60% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #55AFDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AFDF is #AA5020. Grayscale: #999999. Windows color (decimal): -11161633 or 14659413. OLE color: 14659413.

HSL color Cylindrical-coordinate representation of color #55AFDF: hue angle of 200.87º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55AFDF is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 175 223 -
CMYK 0.62 0.22 0 0.13
HSL 200.87º 0.68% 0.6% -
HSV(B) 200.87º 0.62% 0.87% -
XYZ 32.4 37.92 75.42 -
YUV 153.56 167.18 79.1 -
System Red Green Blue C M Y K H S L
Decimal 85 175 223 0.62 0.22 0 0.13 200.87 0.68 0.6
Hex 55 AF DF 3E 16 0 D C9 44 3C
Octal 125 257 337 76 26 0 15 311 104 74
Binary 1010101 10101111 11011111 111110 10110 0 1101 11001001 1000100 111100

Color Harmonies of #55AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AFDF

Black with #55AFDF

Text Example


Text Example

White with #55AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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