Html Css Color HEX #59BCEA Malibu

📋 copy color: '#59BCEA'

red 89 ◦ green 188 ◦ blue 234

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

Shades of Malibu #59BCEA

Tints of Malibu #59BCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.79%

R = 17.42%
G = 36.79%
B = 45.79%

CMYK

 C value IS 0.62

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#59BCEA (or 0x59BCEA) is known color: Malibu. HEX triplet: 59, BC and EA. RGB value is (89,188,234). Sum of RGB (Red+Green+Blue) = 89+188+234=511 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.42% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #59BCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59BCEA is #A64315. Grayscale: #A3A3A3. Windows color (decimal): -10896150 or 15383641. OLE color: 15383641.

HSL color Cylindrical-coordinate representation of color #59BCEA: hue angle of 199.03º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59BCEA is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 89 188 234 -
CMYK 0.62 0.20 0 0.08
HSL 199.03º 0.78% 0.63% -
HSV(B) 199.03º 0.62% 0.92% -
XYZ 36.95 44.03 84.39 -
YUV 163.64 167.7 74.76 -
System Red Green Blue C M Y K H S L
Decimal 89 188 234 0.62 0.20 0 0.08 199.03 0.78 0.63
Hex 59 BC EA 3E 14 0 8 C7 4E 3F
Octal 131 274 352 76 24 0 10 307 116 77
Binary 1011001 10111100 11101010 111110 10100 0 1000 11000111 1001110 111111

Color Harmonies of #59BCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BCEA

Black with #59BCEA

Text Example


Text Example

White with #59BCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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