Html Css Color HEX #59BFEA Malibu

📋 copy color: '#59BFEA'

red 89 ◦ green 191 ◦ blue 234

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

Shades of Malibu #59BFEA

Tints of Malibu #59BFEA

RGB

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

 GREEN value IS 191 (75% from 255) = 37.16%

 BLUE value IS 234 (91.8% from 255) = 45.53%

R = 17.32%
G = 37.16%
B = 45.53%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#59BFEA (or 0x59BFEA) is known color: Malibu. HEX triplet: 59, BF and EA. RGB value is (89,191,234). Sum of RGB (Red+Green+Blue) = 89+191+234=514 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.32% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #59BFEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59BFEA is #A64015. Grayscale: #A5A5A5. Windows color (decimal): -10895382 or 15384409. OLE color: 15384409.

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

Color convert

RGB 89 191 234 -
CMYK 0.62 0.18 0 0.08
HSL 197.79º 0.78% 0.63% -
HSV(B) 197.79º 0.62% 0.92% -
XYZ 37.6 45.33 84.61 -
YUV 165.4 166.71 73.5 -
System Red Green Blue C M Y K H S L
Decimal 89 191 234 0.62 0.18 0 0.08 197.79 0.78 0.63
Hex 59 BF EA 3E 12 0 8 C6 4E 3F
Octal 131 277 352 76 22 0 10 306 116 77
Binary 1011001 10111111 11101010 111110 10010 0 1000 11000110 1001110 111111

Color Harmonies of #59BFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BFEA

Black with #59BFEA

Text Example


Text Example

White with #59BFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,191,234); }

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

background-color css

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

 a { background-color: rgb(89,191,234); }

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

border-color css

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

 span { border-color: rgb(89,191,234); }

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