Html Css Color HEX #59C4DA Malibu

📋 copy color: '#59C4DA'

red 89 ◦ green 196 ◦ blue 218

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

Shades of Malibu #59C4DA

Tints of Malibu #59C4DA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.97%

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

R = 17.69%
G = 38.97%
B = 43.34%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#59C4DA (or 0x59C4DA) is known color: Malibu. HEX triplet: 59, C4 and DA. RGB value is (89,196,218). Sum of RGB (Red+Green+Blue) = 89+196+218=503 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.69% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #59C4DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C4DA is #A63B25. Grayscale: #A6A6A6. Windows color (decimal): -10894118 or 14337113. OLE color: 14337113.

HSL color Cylindrical-coordinate representation of color #59C4DA: hue angle of 190.23º 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 #59C4DA is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 89 196 218 -
CMYK 0.59 0.10 0 0.15
HSL 190.23º 0.64% 0.6% -
HSV(B) 190.23º 0.59% 0.85% -
XYZ 36.51 46.67 73.41 -
YUV 166.52 157.05 72.71 -
System Red Green Blue C M Y K H S L
Decimal 89 196 218 0.59 0.10 0 0.15 190.23 0.64 0.6
Hex 59 C4 DA 3B A 0 F BE 40 3C
Octal 131 304 332 73 12 0 17 276 100 74
Binary 1011001 11000100 11011010 111011 1010 0 1111 10111110 1000000 111100

Color Harmonies of #59C4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59C4DA

Black with #59C4DA

Text Example


Text Example

White with #59C4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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