Html Css Color HEX #59BDEA Malibu

📋 copy color: '#59BDEA'

red 89 ◦ green 189 ◦ blue 234

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

Shades of Malibu #59BDEA

Tints of Malibu #59BDEA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.91%

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

R = 17.38%
G = 36.91%
B = 45.7%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#59BDEA (or 0x59BDEA) is known color: Malibu. HEX triplet: 59, BD and EA. RGB value is (89,189,234). Sum of RGB (Red+Green+Blue) = 89+189+234=512 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.38% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #59BDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59BDEA is #A64215. Grayscale: #A3A3A3. Windows color (decimal): -10895894 or 15383897. OLE color: 15383897.

HSL color Cylindrical-coordinate representation of color #59BDEA: hue angle of 198.62º 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 #59BDEA is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 89 189 234 -
CMYK 0.62 0.19 0 0.08
HSL 198.62º 0.78% 0.63% -
HSV(B) 198.62º 0.62% 0.92% -
XYZ 37.17 44.46 84.46 -
YUV 164.23 167.37 74.34 -
System Red Green Blue C M Y K H S L
Decimal 89 189 234 0.62 0.19 0 0.08 198.62 0.78 0.63
Hex 59 BD EA 3E 13 0 8 C7 4E 3F
Octal 131 275 352 76 23 0 10 307 116 77
Binary 1011001 10111101 11101010 111110 10011 0 1000 11000111 1001110 111111

Color Harmonies of #59BDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BDEA

Black with #59BDEA

Text Example


Text Example

White with #59BDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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