Html Css Color HEX #59CAF0 Malibu

📋 copy color: '#59CAF0'

red 89 ◦ green 202 ◦ blue 240

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

Shades of Malibu #59CAF0

Tints of Malibu #59CAF0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.04%

 BLUE value IS 240 (94.14% from 255) = 45.2%

R = 16.76%
G = 38.04%
B = 45.2%

CMYK

 C value IS 0.63

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#59CAF0 (or 0x59CAF0) is known color: Malibu. HEX triplet: 59, CA and F0. RGB value is (89,202,240). Sum of RGB (Red+Green+Blue) = 89+202+240=531 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.76% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 240 (94.14% from 255 or 45.20% from 531); Max value from RGB is 240 - color contains mainly: blue. Hex color #59CAF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59CAF0 is #A6350F. Grayscale: #ACACAC. Windows color (decimal): -10892560 or 15780441. OLE color: 15780441.

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

Color convert

RGB 89 202 240 -
CMYK 0.63 0.16 0 0.06
HSL 195.1º 0.83% 0.65% -
HSV(B) 195.1º 0.63% 0.94% -
XYZ 40.97 50.66 90.06 -
YUV 172.55 166.06 68.41 -
System Red Green Blue C M Y K H S L
Decimal 89 202 240 0.63 0.16 0 0.06 195.1 0.83 0.65
Hex 59 CA F0 3F 10 0 6 C3 53 41
Octal 131 312 360 77 20 0 6 303 123 101
Binary 1011001 11001010 11110000 111111 10000 0 110 11000011 1010011 1000001

Color Harmonies of #59CAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CAF0

Black with #59CAF0

Text Example


Text Example

White with #59CAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,202,240); }

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

background-color css

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

 a { background-color: rgb(89,202,240); }

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

border-color css

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

 span { border-color: rgb(89,202,240); }

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