Html Css Color HEX #59BBF8 Malibu

📋 copy color: '#59BBF8'

red 89 ◦ green 187 ◦ blue 248

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

Shades of Malibu #59BBF8

Tints of Malibu #59BBF8

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.69%

 BLUE value IS 248 (97.27% from 255) = 47.33%

R = 16.98%
G = 35.69%
B = 47.33%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#59BBF8 (or 0x59BBF8) is known color: Malibu. HEX triplet: 59, BB and F8. RGB value is (89,187,248). Sum of RGB (Red+Green+Blue) = 89+187+248=524 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.98% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 248 (97.27% from 255 or 47.33% from 524); Max value from RGB is 248 - color contains mainly: blue. Hex color #59BBF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59BBF8 is #A64407. Grayscale: #A4A4A4. Windows color (decimal): -10896392 or 16300889. OLE color: 16300889.

HSL color Cylindrical-coordinate representation of color #59BBF8: hue angle of 203.02º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59BBF8 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 89 187 248 -
CMYK 0.64 0.25 0 0.03
HSL 203.02º 0.92% 0.66% -
HSV(B) 203.02º 0.64% 0.97% -
XYZ 38.83 44.44 95.34 -
YUV 164.65 175.03 74.04 -
System Red Green Blue C M Y K H S L
Decimal 89 187 248 0.64 0.25 0 0.03 203.02 0.92 0.66
Hex 59 BB F8 40 19 0 3 CB 5C 42
Octal 131 273 370 100 31 0 3 313 134 102
Binary 1011001 10111011 11111000 1000000 11001 0 11 11001011 1011100 1000010

Color Harmonies of #59BBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BBF8

Black with #59BBF8

Text Example


Text Example

White with #59BBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,187,248); }

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

background-color css

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

 a { background-color: rgb(89,187,248); }

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

border-color css

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

 span { border-color: rgb(89,187,248); }

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