Html Css Color HEX #59BEDB Malibu

📋 copy color: '#59BEDB'

red 89 ◦ green 190 ◦ blue 219

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

Shades of Malibu #59BEDB

Tints of Malibu #59BEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.98%

R = 17.87%
G = 38.15%
B = 43.98%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#59BEDB (or 0x59BEDB) is known color: Malibu. HEX triplet: 59, BE and DB. RGB value is (89,190,219). Sum of RGB (Red+Green+Blue) = 89+190+219=498 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.87% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #59BEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BEDB is #A64124. Grayscale: #A2A2A2. Windows color (decimal): -10895653 or 14401113. OLE color: 14401113.

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

Color convert

RGB 89 190 219 -
CMYK 0.59 0.13 0 0.14
HSL 193.38º 0.64% 0.6% -
HSV(B) 193.38º 0.59% 0.86% -
XYZ 35.32 44.07 73.66 -
YUV 163.11 159.54 75.14 -
System Red Green Blue C M Y K H S L
Decimal 89 190 219 0.59 0.13 0 0.14 193.38 0.64 0.6
Hex 59 BE DB 3B D 0 E C1 40 3C
Octal 131 276 333 73 15 0 16 301 100 74
Binary 1011001 10111110 11011011 111011 1101 0 1110 11000001 1000000 111100

Color Harmonies of #59BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BEDB

Black with #59BEDB

Text Example


Text Example

White with #59BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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