#58EFFA

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

Shades of Baby Blue #58EFFA

Tints of Baby Blue #58EFFA

Color information

#58EFFA (or 0x58EFFA) is unknown color: approx Baby Blue. HEX triplet: 58, EF and FA. RGB value is (88,239,250). Sum of RGB (Red+Green+Blue) = 88+239+250=577 (76% of max value = 765). Red value is 88 (34.77% from 255 or 15.25% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #58EFFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58EFFA is #A71005. Grayscale: #C2C2C2. Windows color (decimal): -10948614 or 16445272. OLE color: 16445272.

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

Color convert

RGB88239250-
CMYK0.650.0400.02
HSL184.07º94.19%66.27%-
HSV(B)184.07º64.8%98.04%-
XYZ52.1570.71101.34-
YUV195.1158.9751.61-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 15.25%
GREEN value IS 239 (93.75% from 255) = 41.42%
BLUE value IS 250 (98.05% from 255) = 43.33%
R=15.25%
G=41.42%
B=43.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal882392500.650.0400.02184.0794.1966.27
Hex58EFFA41402b85e42
Octal130357372101402270136102
Binary1011000111011111111101010000011000101011100010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58EFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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