Html Css Color HEX #55B7DC Malibu

📋 copy color: '#55B7DC'

red 85 ◦ green 183 ◦ blue 220

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

Shades of Malibu #55B7DC

Tints of Malibu #55B7DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.08%

R = 17.42%
G = 37.5%
B = 45.08%

CMYK

 C value IS 0.61

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#55B7DC (or 0x55B7DC) is known color: Malibu. HEX triplet: 55, B7 and DC. RGB value is (85,183,220). Sum of RGB (Red+Green+Blue) = 85+183+220=488 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.42% from 488); Green value is 183 (71.88% from 255 or 37.5% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #55B7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B7DC is #AA4823. Grayscale: #9D9D9D. Windows color (decimal): -11159588 or 14464853. OLE color: 14464853.

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

Color convert

RGB 85 183 220 -
CMYK 0.61 0.17 0 0.14
HSL 196.44º 0.66% 0.6% -
HSV(B) 196.44º 0.61% 0.86% -
XYZ 33.6 40.97 73.85 -
YUV 157.92 163.03 75.99 -
System Red Green Blue C M Y K H S L
Decimal 85 183 220 0.61 0.17 0 0.14 196.44 0.66 0.6
Hex 55 B7 DC 3D 11 0 E C4 42 3C
Octal 125 267 334 75 21 0 16 304 102 74
Binary 1010101 10110111 11011100 111101 10001 0 1110 11000100 1000010 111100

Color Harmonies of #55B7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B7DC

Black with #55B7DC

Text Example


Text Example

White with #55B7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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