Html Css Color HEX #59BFDC Malibu

📋 copy color: '#59BFDC'

red 89 ◦ green 191 ◦ blue 220

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

Shades of Malibu #59BFDC

Tints of Malibu #59BFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44%

R = 17.8%
G = 38.2%
B = 44%

CMYK

 C value IS 0.60

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#59BFDC (or 0x59BFDC) is known color: Malibu. HEX triplet: 59, BF and DC. RGB value is (89,191,220). Sum of RGB (Red+Green+Blue) = 89+191+220=500 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.8% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 220 (86.33% from 255 or 44% from 500); Max value from RGB is 220 - color contains mainly: blue. Hex color #59BFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BFDC is #A64023. Grayscale: #A3A3A3. Windows color (decimal): -10895396 or 14466905. OLE color: 14466905.

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

Color convert

RGB 89 191 220 -
CMYK 0.60 0.13 0 0.14
HSL 193.28º 0.65% 0.61% -
HSV(B) 193.28º 0.6% 0.86% -
XYZ 35.67 44.55 74.43 -
YUV 163.81 159.71 74.64 -
System Red Green Blue C M Y K H S L
Decimal 89 191 220 0.60 0.13 0 0.14 193.28 0.65 0.61
Hex 59 BF DC 3C D 0 E C1 41 3D
Octal 131 277 334 74 15 0 16 301 101 75
Binary 1011001 10111111 11011100 111100 1101 0 1110 11000001 1000001 111101

Color Harmonies of #59BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BFDC

Black with #59BFDC

Text Example


Text Example

White with #59BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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