Html Css Color HEX #55BBD9 Malibu

📋 copy color: '#55BBD9'

red 85 ◦ green 187 ◦ blue 217

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

Shades of Malibu #55BBD9

Tints of Malibu #55BBD9

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.24%

 BLUE value IS 217 (85.16% from 255) = 44.38%

R = 17.38%
G = 38.24%
B = 44.38%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#55BBD9 (or 0x55BBD9) is known color: Malibu. HEX triplet: 55, BB and D9. RGB value is (85,187,217). Sum of RGB (Red+Green+Blue) = 85+187+217=489 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.38% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 217 (85.16% from 255 or 44.38% from 489); Max value from RGB is 217 - color contains mainly: blue. Hex color #55BBD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BBD9 is #AA4426. Grayscale: #9F9F9F. Windows color (decimal): -11158567 or 14269269. OLE color: 14269269.

HSL color Cylindrical-coordinate representation of color #55BBD9: hue angle of 193.64º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55BBD9 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 187 217 -
CMYK 0.61 0.14 0 0.15
HSL 193.64º 0.63% 0.59% -
HSV(B) 193.64º 0.61% 0.85% -
XYZ 34.04 42.48 72.05 -
YUV 159.92 160.21 74.56 -
System Red Green Blue C M Y K H S L
Decimal 85 187 217 0.61 0.14 0 0.15 193.64 0.63 0.59
Hex 55 BB D9 3D E 0 F C2 3F 3B
Octal 125 273 331 75 16 0 17 302 77 73
Binary 1010101 10111011 11011001 111101 1110 0 1111 11000010 111111 111011

Color Harmonies of #55BBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BBD9

Black with #55BBD9

Text Example


Text Example

White with #55BBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,187,217); }

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

background-color css

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

 a { background-color: rgb(85,187,217); }

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

border-color css

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

 span { border-color: rgb(85,187,217); }

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