#58EEFA

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

Shades of Baby Blue #58EEFA

Tints of Baby Blue #58EEFA

Color information

#58EEFA (or 0x58EEFA) is unknown color: approx Baby Blue. HEX triplet: 58, EE and FA. RGB value is (88,238,250). Sum of RGB (Red+Green+Blue) = 88+238+250=576 (76% of max value = 765). Red value is 88 (34.77% from 255 or 15.28% from 576); Green value is 238 (93.36% from 255 or 41.32% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #58EEFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58EEFA is #A71105. Grayscale: #C2C2C2. Windows color (decimal): -10948870 or 16445016. OLE color: 16445016.

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

Color convert

RGB88238250-
CMYK0.650.0500.02
HSL184.44º94.19%66.27%-
HSV(B)184.44º64.8%98.04%-
XYZ51.8570.13101.25-
YUV194.52159.352.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 15.28%
GREEN value IS 238 (93.36% from 255) = 41.32%
BLUE value IS 250 (98.05% from 255) = 43.40%
R=15.28%
G=41.32%
B=43.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal882382500.650.0500.02184.4494.1966.27
Hex58EEFA41502b85e42
Octal130356372101502270136102
Binary1011000111011101111101010000011010101011100010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58EEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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