#58B5FA

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

Shades of Malibu #58B5FA

Tints of Malibu #58B5FA

Color information

#58B5FA (or 0x58B5FA) is unknown color: approx Malibu. HEX triplet: 58, B5 and FA. RGB value is (88,181,250). Sum of RGB (Red+Green+Blue) = 88+181+250=519 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.96% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #58B5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58B5FA is #A74A05. Grayscale: #A0A0A0. Windows color (decimal): -10963462 or 16430424. OLE color: 16430424.

HSL color Cylindrical-coordinate representation of color #58B5FA: hue angle of 205.56º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58B5FA is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB88181250-
CMYK0.650.2800.02
HSL205.56º94.19%66.27%-
HSV(B)205.56º64.8%98.04%-
XYZ37.842.0296.56-
YUV161.06178.1975.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.96%
GREEN value IS 181 (71.09% from 255) = 34.87%
BLUE value IS 250 (98.05% from 255) = 48.17%
R=16.96%
G=34.87%
B=48.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal881812500.650.2800.02205.5694.1966.27
Hex58B5FA411C02ce5e42
Octal1302653721013402316136102
Binary101100010110101111110101000001111000101100111010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,181,250); }

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

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

 a { background-color: rgb(88,181,250); }

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

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

 span { border-color: rgb(88,181,250); }

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