Html Css Color HEX #55BBDB Malibu

📋 copy color: '#55BBDB'

red 85 ◦ green 187 ◦ blue 219

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

Shades of Malibu #55BBDB

Tints of Malibu #55BBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.6%

R = 17.31%
G = 38.09%
B = 44.6%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#55BBDB (or 0x55BBDB) is known color: Malibu. HEX triplet: 55, BB and DB. RGB value is (85,187,219). Sum of RGB (Red+Green+Blue) = 85+187+219=491 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.31% from 491); Green value is 187 (73.44% from 255 or 38.09% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #55BBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BBDB is #AA4424. Grayscale: #9F9F9F. Windows color (decimal): -11158565 or 14400341. OLE color: 14400341.

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

Color convert

RGB 85 187 219 -
CMYK 0.61 0.15 0 0.14
HSL 194.33º 0.65% 0.6% -
HSV(B) 194.33º 0.61% 0.86% -
XYZ 34.3 42.59 73.43 -
YUV 160.15 161.21 74.4 -
System Red Green Blue C M Y K H S L
Decimal 85 187 219 0.61 0.15 0 0.14 194.33 0.65 0.6
Hex 55 BB DB 3D F 0 E C2 41 3C
Octal 125 273 333 75 17 0 16 302 101 74
Binary 1010101 10111011 11011011 111101 1111 0 1110 11000010 1000001 111100

Color Harmonies of #55BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BBDB

Black with #55BBDB

Text Example


Text Example

White with #55BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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