Html Css Color HEX #55BCDC Malibu

📋 copy color: '#55BCDC'

red 85 ◦ green 188 ◦ blue 220

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

Shades of Malibu #55BCDC

Tints of Malibu #55BCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.13%

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

R = 17.24%
G = 38.13%
B = 44.62%

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

#55BCDC (or 0x55BCDC) is known color: Malibu. HEX triplet: 55, BC and DC. RGB value is (85,188,220). Sum of RGB (Red+Green+Blue) = 85+188+220=493 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.24% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #55BCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BCDC is #AA4323. Grayscale: #A0A0A0. Windows color (decimal): -11158308 or 14466133. OLE color: 14466133.

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

Color convert

RGB 85 188 220 -
CMYK 0.61 0.15 0 0.14
HSL 194.22º 0.66% 0.6% -
HSV(B) 194.22º 0.61% 0.86% -
XYZ 34.65 43.07 74.2 -
YUV 160.85 161.38 73.9 -
System Red Green Blue C M Y K H S L
Decimal 85 188 220 0.61 0.15 0 0.14 194.22 0.66 0.6
Hex 55 BC DC 3D F 0 E C2 42 3C
Octal 125 274 334 75 17 0 16 302 102 74
Binary 1010101 10111100 11011100 111101 1111 0 1110 11000010 1000010 111100

Color Harmonies of #55BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BCDC

Black with #55BCDC

Text Example


Text Example

White with #55BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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