Html Css Color HEX #55C2DD Malibu

📋 copy color: '#55C2DD'

red 85 ◦ green 194 ◦ blue 221

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

Shades of Malibu #55C2DD

Tints of Malibu #55C2DD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.8%

 BLUE value IS 221 (86.72% from 255) = 44.2%

R = 17%
G = 38.8%
B = 44.2%

CMYK

 C value IS 0.62

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#55C2DD (or 0x55C2DD) is known color: Malibu. HEX triplet: 55, C2 and DD. RGB value is (85,194,221). Sum of RGB (Red+Green+Blue) = 85+194+221=500 (66% of max value = 765). Red value is 85 (33.59% from 255 or 17% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #55C2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55C2DD is #AA3D22. Grayscale: #A4A4A4. Windows color (decimal): -11156771 or 14533205. OLE color: 14533205.

HSL color Cylindrical-coordinate representation of color #55C2DD: hue angle of 191.91º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55C2DD is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 194 221 -
CMYK 0.62 0.12 0 0.13
HSL 191.91º 0.67% 0.6% -
HSV(B) 191.91º 0.62% 0.87% -
XYZ 36.09 45.74 75.33 -
YUV 164.49 159.89 71.3 -
System Red Green Blue C M Y K H S L
Decimal 85 194 221 0.62 0.12 0 0.13 191.91 0.67 0.6
Hex 55 C2 DD 3E C 0 D C0 43 3C
Octal 125 302 335 76 14 0 15 300 103 74
Binary 1010101 11000010 11011101 111110 1100 0 1101 11000000 1000011 111100

Color Harmonies of #55C2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C2DD

Black with #55C2DD

Text Example


Text Example

White with #55C2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,194,221); }

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

background-color css

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

 a { background-color: rgb(85,194,221); }

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

border-color css

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

 span { border-color: rgb(85,194,221); }

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