Html Css Color HEX #55B2DB Malibu

📋 copy color: '#55B2DB'

red 85 ◦ green 178 ◦ blue 219

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

Shades of Malibu #55B2DB

Tints of Malibu #55B2DB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.93%

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

R = 17.63%
G = 36.93%
B = 45.44%

CMYK

 C value IS 0.61

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#55B2DB (or 0x55B2DB) is known color: Malibu. HEX triplet: 55, B2 and DB. RGB value is (85,178,219). Sum of RGB (Red+Green+Blue) = 85+178+219=482 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.63% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #55B2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55B2DB is #AA4D24. Grayscale: #9A9A9A. Windows color (decimal): -11160869 or 14398037. OLE color: 14398037.

HSL color Cylindrical-coordinate representation of color #55B2DB: hue angle of 198.36º 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 #55B2DB is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 178 219 -
CMYK 0.61 0.19 0 0.14
HSL 198.36º 0.65% 0.6% -
HSV(B) 198.36º 0.61% 0.86% -
XYZ 32.45 38.89 72.81 -
YUV 154.87 164.19 78.17 -
System Red Green Blue C M Y K H S L
Decimal 85 178 219 0.61 0.19 0 0.14 198.36 0.65 0.6
Hex 55 B2 DB 3D 13 0 E C6 41 3C
Octal 125 262 333 75 23 0 16 306 101 74
Binary 1010101 10110010 11011011 111101 10011 0 1110 11000110 1000001 111100

Color Harmonies of #55B2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B2DB

Black with #55B2DB

Text Example


Text Example

White with #55B2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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