Html Css Color HEX #55B7DB Malibu

📋 copy color: '#55B7DB'

red 85 ◦ green 183 ◦ blue 219

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

Shades of Malibu #55B7DB

Tints of Malibu #55B7DB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.58%

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

R = 17.45%
G = 37.58%
B = 44.97%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#55B7DB (or 0x55B7DB) is known color: Malibu. HEX triplet: 55, B7 and DB. RGB value is (85,183,219). Sum of RGB (Red+Green+Blue) = 85+183+219=487 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.45% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #55B7DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B7DB is #AA4824. Grayscale: #9D9D9D. Windows color (decimal): -11159589 or 14399317. OLE color: 14399317.

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

Color convert

RGB 85 183 219 -
CMYK 0.61 0.16 0 0.14
HSL 196.12º 0.65% 0.6% -
HSV(B) 196.12º 0.61% 0.86% -
XYZ 33.47 40.91 73.15 -
YUV 157.8 162.53 76.07 -
System Red Green Blue C M Y K H S L
Decimal 85 183 219 0.61 0.16 0 0.14 196.12 0.65 0.6
Hex 55 B7 DB 3D 10 0 E C4 41 3C
Octal 125 267 333 75 20 0 16 304 101 74
Binary 1010101 10110111 11011011 111101 10000 0 1110 11000100 1000001 111100

Color Harmonies of #55B7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B7DB

Black with #55B7DB

Text Example


Text Example

White with #55B7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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