Html Css Color HEX #59C2DD Malibu

📋 copy color: '#59C2DD'

red 89 ◦ green 194 ◦ blue 221

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

Shades of Malibu #59C2DD

Tints of Malibu #59C2DD

RGB

 RED value IS 89 (35.16% from 255) = 17.66%

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

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

R = 17.66%
G = 38.49%
B = 43.85%

CMYK

 C value IS 0.60

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#59C2DD (or 0x59C2DD) is known color: Malibu. HEX triplet: 59, C2 and DD. RGB value is (89,194,221). Sum of RGB (Red+Green+Blue) = 89+194+221=504 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.66% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #59C2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C2DD is #A63D22. Grayscale: #A5A5A5. Windows color (decimal): -10894627 or 14533209. OLE color: 14533209.

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

Color convert

RGB 89 194 221 -
CMYK 0.60 0.12 0 0.13
HSL 192.27º 0.66% 0.61% -
HSV(B) 192.27º 0.6% 0.87% -
XYZ 36.46 45.93 75.35 -
YUV 165.68 159.21 73.3 -
System Red Green Blue C M Y K H S L
Decimal 89 194 221 0.60 0.12 0 0.13 192.27 0.66 0.61
Hex 59 C2 DD 3C C 0 D C0 42 3D
Octal 131 302 335 74 14 0 15 300 102 75
Binary 1011001 11000010 11011101 111100 1100 0 1101 11000000 1000010 111101

Color Harmonies of #59C2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59C2DD

Black with #59C2DD

Text Example


Text Example

White with #59C2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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