Html Css Color HEX #59C2DA Malibu

📋 copy color: '#59C2DA'

red 89 ◦ green 194 ◦ blue 218

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

Shades of Malibu #59C2DA

Tints of Malibu #59C2DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.51%

R = 17.76%
G = 38.72%
B = 43.51%

CMYK

 C value IS 0.59

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#59C2DA (or 0x59C2DA) is known color: Malibu. HEX triplet: 59, C2 and DA. RGB value is (89,194,218). Sum of RGB (Red+Green+Blue) = 89+194+218=501 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.76% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #59C2DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C2DA is #A63D25. Grayscale: #A5A5A5. Windows color (decimal): -10894630 or 14336601. OLE color: 14336601.

HSL color Cylindrical-coordinate representation of color #59C2DA: hue angle of 191.16º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59C2DA is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 89 194 218 -
CMYK 0.59 0.11 0 0.15
HSL 191.16º 0.64% 0.6% -
HSV(B) 191.16º 0.59% 0.85% -
XYZ 36.07 45.77 73.26 -
YUV 165.34 157.71 73.55 -
System Red Green Blue C M Y K H S L
Decimal 89 194 218 0.59 0.11 0 0.15 191.16 0.64 0.6
Hex 59 C2 DA 3B B 0 F BF 40 3C
Octal 131 302 332 73 13 0 17 277 100 74
Binary 1011001 11000010 11011010 111011 1011 0 1111 10111111 1000000 111100

Color Harmonies of #59C2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59C2DA

Black with #59C2DA

Text Example


Text Example

White with #59C2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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