Html Css Color HEX #59BEE0 Malibu

📋 copy color: '#59BEE0'

red 89 ◦ green 190 ◦ blue 224

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

Shades of Malibu #59BEE0

Tints of Malibu #59BEE0

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.77%

 BLUE value IS 224 (87.89% from 255) = 44.53%

R = 17.69%
G = 37.77%
B = 44.53%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#59BEE0 (or 0x59BEE0) is known color: Malibu. HEX triplet: 59, BE and E0. RGB value is (89,190,224). Sum of RGB (Red+Green+Blue) = 89+190+224=503 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.69% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 224 (87.89% from 255 or 44.53% from 503); Max value from RGB is 224 - color contains mainly: blue. Hex color #59BEE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BEE0 is #A6411F. Grayscale: #A3A3A3. Windows color (decimal): -10895648 or 14728793. OLE color: 14728793.

HSL color Cylindrical-coordinate representation of color #59BEE0: hue angle of 195.11º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59BEE0 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 89 190 224 -
CMYK 0.60 0.15 0 0.12
HSL 195.11º 0.69% 0.61% -
HSV(B) 195.11º 0.6% 0.88% -
XYZ 35.99 44.33 77.18 -
YUV 163.68 162.04 74.74 -
System Red Green Blue C M Y K H S L
Decimal 89 190 224 0.60 0.15 0 0.12 195.11 0.69 0.61
Hex 59 BE E0 3C F 0 C C3 45 3D
Octal 131 276 340 74 17 0 14 303 105 75
Binary 1011001 10111110 11100000 111100 1111 0 1100 11000011 1000101 111101

Color Harmonies of #59BEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BEE0

Black with #59BEE0

Text Example


Text Example

White with #59BEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,190,224); }

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

background-color css

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

 a { background-color: rgb(89,190,224); }

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

border-color css

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

 span { border-color: rgb(89,190,224); }

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