#58EAFE

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

Shades of Baby Blue #58EAFE

Tints of Baby Blue #58EAFE

Color information

#58EAFE (or 0x58EAFE) is unknown color: approx Baby Blue. HEX triplet: 58, EA and FE. RGB value is (88,234,254). Sum of RGB (Red+Green+Blue) = 88+234+254=576 (76% of max value = 765). Red value is 88 (34.77% from 255 or 15.28% from 576); Green value is 234 (91.80% from 255 or 40.62% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #58EAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58EAFE is #A71501. Grayscale: #C0C0C0. Windows color (decimal): -10949890 or 16706136. OLE color: 16706136.

HSL color Cylindrical-coordinate representation of color #58EAFE: hue angle of 187.23º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58EAFE is Cyan = 0.65, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB88234254-
CMYK0.650.0800.00
HSL187.23º98.81%67.06%-
HSV(B)187.23º65.35%99.61%-
XYZ51.3468.08104.2-
YUV192.63162.6353.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 15.28%
GREEN value IS 234 (91.80% from 255) = 40.62%
BLUE value IS 254 (99.61% from 255) = 44.10%
R=15.28%
G=40.62%
B=44.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal882342540.650.0800.00187.2398.8167.06
Hex58EAFE41800bb6343
Octal1303523761011000273143103
Binary1011000111010101111111010000011000001011101111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58EAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,234,254); }

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

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

 a { background-color: rgb(88,234,254); }

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

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

 span { border-color: rgb(88,234,254); }

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