Html Css Color HEX #59BFDF Malibu

📋 copy color: '#59BFDF'

red 89 ◦ green 191 ◦ blue 223

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

Shades of Malibu #59BFDF

Tints of Malibu #59BFDF

RGB

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

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

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

R = 17.69%
G = 37.97%
B = 44.33%

CMYK

 C value IS 0.60

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#59BFDF (or 0x59BFDF) is known color: Malibu. HEX triplet: 59, BF and DF. RGB value is (89,191,223). Sum of RGB (Red+Green+Blue) = 89+191+223=503 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.69% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #59BFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BFDF is #A64020. Grayscale: #A3A3A3. Windows color (decimal): -10895393 or 14663513. OLE color: 14663513.

HSL color Cylindrical-coordinate representation of color #59BFDF: hue angle of 194.33º 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 #59BFDF is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 191 223 -
CMYK 0.60 0.14 0 0.13
HSL 194.33º 0.68% 0.61% -
HSV(B) 194.33º 0.6% 0.87% -
XYZ 36.07 44.71 76.54 -
YUV 164.15 161.21 74.4 -
System Red Green Blue C M Y K H S L
Decimal 89 191 223 0.60 0.14 0 0.13 194.33 0.68 0.61
Hex 59 BF DF 3C E 0 D C2 44 3D
Octal 131 277 337 74 16 0 15 302 104 75
Binary 1011001 10111111 11011111 111100 1110 0 1101 11000010 1000100 111101

Color Harmonies of #59BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BFDF

Black with #59BFDF

Text Example


Text Example

White with #59BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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