Html Css Color HEX #59BCDF Malibu

📋 copy color: '#59BCDF'

red 89 ◦ green 188 ◦ blue 223

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

Shades of Malibu #59BCDF

Tints of Malibu #59BCDF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.6%

 BLUE value IS 223 (87.5% from 255) = 44.6%

R = 17.8%
G = 37.6%
B = 44.6%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#59BCDF (or 0x59BCDF) is known color: Malibu. HEX triplet: 59, BC and DF. RGB value is (89,188,223). Sum of RGB (Red+Green+Blue) = 89+188+223=500 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.8% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #59BCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BCDF is #A64320. Grayscale: #A2A2A2. Windows color (decimal): -10896161 or 14662745. OLE color: 14662745.

HSL color Cylindrical-coordinate representation of color #59BCDF: hue angle of 195.67º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59BCDF is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 188 223 -
CMYK 0.60 0.16 0 0.13
HSL 195.67º 0.68% 0.61% -
HSV(B) 195.67º 0.6% 0.87% -
XYZ 35.42 43.42 76.33 -
YUV 162.39 162.2 75.65 -
System Red Green Blue C M Y K H S L
Decimal 89 188 223 0.60 0.16 0 0.13 195.67 0.68 0.61
Hex 59 BC DF 3C 10 0 D C4 44 3D
Octal 131 274 337 74 20 0 15 304 104 75
Binary 1011001 10111100 11011111 111100 10000 0 1101 11000100 1000100 111101

Color Harmonies of #59BCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BCDF

Black with #59BCDF

Text Example


Text Example

White with #59BCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,188,223); }

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

background-color css

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

 a { background-color: rgb(89,188,223); }

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

border-color css

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

 span { border-color: rgb(89,188,223); }

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