Html Css Color HEX #59C2EB Malibu

📋 copy color: '#59C2EB'

red 89 ◦ green 194 ◦ blue 235

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

Shades of Malibu #59C2EB

Tints of Malibu #59C2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.37%

R = 17.18%
G = 37.45%
B = 45.37%

CMYK

 C value IS 0.62

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#59C2EB (or 0x59C2EB) is known color: Malibu. HEX triplet: 59, C2 and EB. RGB value is (89,194,235). Sum of RGB (Red+Green+Blue) = 89+194+235=518 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.18% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #59C2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59C2EB is #A63D14. Grayscale: #A7A7A7. Windows color (decimal): -10894613 or 15450713. OLE color: 15450713.

HSL color Cylindrical-coordinate representation of color #59C2EB: hue angle of 196.85º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59C2EB is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 89 194 235 -
CMYK 0.62 0.17 0 0.08
HSL 196.85º 0.78% 0.64% -
HSV(B) 196.85º 0.62% 0.92% -
XYZ 38.41 46.71 85.59 -
YUV 167.28 166.21 72.17 -
System Red Green Blue C M Y K H S L
Decimal 89 194 235 0.62 0.17 0 0.08 196.85 0.78 0.64
Hex 59 C2 EB 3E 11 0 8 C5 4E 40
Octal 131 302 353 76 21 0 10 305 116 100
Binary 1011001 11000010 11101011 111110 10001 0 1000 11000101 1001110 1000000

Color Harmonies of #59C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59C2EB

Black with #59C2EB

Text Example


Text Example

White with #59C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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