#58B8DB

Color #58B8DB Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #58B8DB

Tints of Malibu #58B8DB

Color information

#58B8DB (or 0x58B8DB) is unknown color: approx Malibu. HEX triplet: 58, B8 and DB. RGB value is (88,184,219). Sum of RGB (Red+Green+Blue) = 88+184+219=491 (65% of max value = 765). Red value is 88 (34.77% from 255 or 17.92% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #58B8DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B8DB is #A74724. Grayscale: #9F9F9F. Windows color (decimal): -10962725 or 14399576. OLE color: 14399576.

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

Color convert

RGB88184219-
CMYK0.600.1600.14
HSL196.03º64.53%60.2%-
HSV(B)196.03º59.82%85.88%-
XYZ33.9541.4773.23-
YUV159.29161.777.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.92%
GREEN value IS 184 (72.27% from 255) = 37.47%
BLUE value IS 219 (85.94% from 255) = 44.60%
R=17.92%
G=37.47%
B=44.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal881842190.600.1600.14196.0364.5360.2
Hex58B8DB3C100Ec4413c
Octal130270333742001630410174
Binary101100010111000110110111111001000001110110001001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58B8DB; }

 p { color: rgb(88,184,219); }

 H1.HeaderClassName
 {
   color: #58B8DB;
 }
 .AnyTagClassName
 {
   color: #58B8DB;
 }
</style>
background-color css

<style>
 a { background-color: #58B8DB; }

 a { background-color: rgb(88,184,219); }

 div.DivClassName
 {
   background-color: #58B8DB;
 }
 .BgClassName
 {
   background-color: #58B8DB;
 }
</style>
border-color css

<style>
 span { border-color: #58B8DB; }

 span { border-color: rgb(88,184,219); }

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