Html Css Color HEX #59BDEF Malibu

📋 copy color: '#59BDEF'

red 89 ◦ green 189 ◦ blue 239

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

Shades of Malibu #59BDEF

Tints of Malibu #59BDEF

RGB

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

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

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

R = 17.21%
G = 36.56%
B = 46.23%

CMYK

 C value IS 0.63

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#59BDEF (or 0x59BDEF) is known color: Malibu. HEX triplet: 59, BD and EF. RGB value is (89,189,239). Sum of RGB (Red+Green+Blue) = 89+189+239=517 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.21% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #59BDEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59BDEF is #A64210. Grayscale: #A4A4A4. Windows color (decimal): -10895889 or 15711577. OLE color: 15711577.

HSL color Cylindrical-coordinate representation of color #59BDEF: hue angle of 200º 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 #59BDEF is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 89 189 239 -
CMYK 0.63 0.21 0 0.06
HSL 200º 0.82% 0.64% -
HSV(B) 200º 0.63% 0.94% -
XYZ 37.9 44.75 88.3 -
YUV 164.8 169.87 73.93 -
System Red Green Blue C M Y K H S L
Decimal 89 189 239 0.63 0.21 0 0.06 200 0.82 0.64
Hex 59 BD EF 3F 15 0 6 C8 52 40
Octal 131 275 357 77 25 0 6 310 122 100
Binary 1011001 10111101 11101111 111111 10101 0 110 11001000 1010010 1000000

Color Harmonies of #59BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BDEF

Black with #59BDEF

Text Example


Text Example

White with #59BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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