Html Css Color HEX #59C0EF Malibu

📋 copy color: '#59C0EF'

red 89 ◦ green 192 ◦ blue 239

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

Shades of Malibu #59C0EF

Tints of Malibu #59C0EF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.92%

 BLUE value IS 239 (93.75% from 255) = 45.96%

R = 17.12%
G = 36.92%
B = 45.96%

CMYK

 C value IS 0.63

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#59C0EF (or 0x59C0EF) is known color: Malibu. HEX triplet: 59, C0 and EF. RGB value is (89,192,239). Sum of RGB (Red+Green+Blue) = 89+192+239=520 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.12% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #59C0EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59C0EF is #A63F10. Grayscale: #A6A6A6. Windows color (decimal): -10895121 or 15712345. OLE color: 15712345.

HSL color Cylindrical-coordinate representation of color #59C0EF: hue angle of 198.8º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59C0EF is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 89 192 239 -
CMYK 0.63 0.20 0 0.06
HSL 198.8º 0.82% 0.64% -
HSV(B) 198.8º 0.63% 0.94% -
XYZ 38.55 46.06 88.52 -
YUV 166.56 168.88 72.68 -
System Red Green Blue C M Y K H S L
Decimal 89 192 239 0.63 0.20 0 0.06 198.8 0.82 0.64
Hex 59 C0 EF 3F 14 0 6 C7 52 40
Octal 131 300 357 77 24 0 6 307 122 100
Binary 1011001 11000000 11101111 111111 10100 0 110 11000111 1010010 1000000

Color Harmonies of #59C0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59C0EF

Black with #59C0EF

Text Example


Text Example

White with #59C0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,192,239); }

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

background-color css

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

 a { background-color: rgb(89,192,239); }

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

border-color css

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

 span { border-color: rgb(89,192,239); }

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