#58B4FA

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

Shades of Malibu #58B4FA

Tints of Malibu #58B4FA

Color information

#58B4FA (or 0x58B4FA) is unknown color: approx Malibu. HEX triplet: 58, B4 and FA. RGB value is (88,180,250). Sum of RGB (Red+Green+Blue) = 88+180+250=518 (68% of max value = 765). Red value is 88 (34.77% from 255 or 16.99% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #58B4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #58B4FA is #A74B05. Grayscale: #A0A0A0. Windows color (decimal): -10963718 or 16430168. OLE color: 16430168.

HSL color Cylindrical-coordinate representation of color #58B4FA: hue angle of 205.93º 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 #58B4FA is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB88180250-
CMYK0.650.2800.02
HSL205.93º94.19%66.27%-
HSV(B)205.93º64.8%98.04%-
XYZ37.641.6296.49-
YUV160.47178.5276.31-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 16.99%
GREEN value IS 180 (70.70% from 255) = 34.75%
BLUE value IS 250 (98.05% from 255) = 48.26%
R=16.99%
G=34.75%
B=48.26%

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
Decimal881802500.650.2800.02205.9394.1966.27
Hex58B4FA411C02ce5e42
Octal1302643721013402316136102
Binary101100010110100111110101000001111000101100111010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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