Html Css Color HEX #59BEDD Malibu

📋 copy color: '#59BEDD'

red 89 ◦ green 190 ◦ blue 221

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

Shades of Malibu #59BEDD

Tints of Malibu #59BEDD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38%

 BLUE value IS 221 (86.72% from 255) = 44.2%

R = 17.8%
G = 38%
B = 44.2%

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

#59BEDD (or 0x59BEDD) is known color: Malibu. HEX triplet: 59, BE and DD. RGB value is (89,190,221). Sum of RGB (Red+Green+Blue) = 89+190+221=500 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.8% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #59BEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BEDD is #A64122. Grayscale: #A3A3A3. Windows color (decimal): -10895651 or 14532185. OLE color: 14532185.

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

Color convert

RGB 89 190 221 -
CMYK 0.60 0.14 0 0.13
HSL 194.09º 0.66% 0.61% -
HSV(B) 194.09º 0.6% 0.87% -
XYZ 35.58 44.17 75.06 -
YUV 163.34 160.54 74.98 -
System Red Green Blue C M Y K H S L
Decimal 89 190 221 0.60 0.14 0 0.13 194.09 0.66 0.61
Hex 59 BE DD 3C E 0 D C2 42 3D
Octal 131 276 335 74 16 0 15 302 102 75
Binary 1011001 10111110 11011101 111100 1110 0 1101 11000010 1000010 111101

Color Harmonies of #59BEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BEDD

Black with #59BEDD

Text Example


Text Example

White with #59BEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,190,221); }

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

background-color css

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

 a { background-color: rgb(89,190,221); }

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

border-color css

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

 span { border-color: rgb(89,190,221); }

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