#5EFDFE

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

Shades of Baby Blue #5EFDFE

Tints of Baby Blue #5EFDFE

Color information

#5EFDFE (or 0x5EFDFE) is unknown color: approx Baby Blue. HEX triplet: 5E, FD and FE. RGB value is (94,253,254). Sum of RGB (Red+Green+Blue) = 94+253+254=601 (79% of max value = 765). Red value is 94 (37.11% from 255 or 15.64% from 601); Green value is 253 (99.22% from 255 or 42.10% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #5EFDFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EFDFE is #A10201. Grayscale: #CDCDCD. Windows color (decimal): -10551810 or 16711006. OLE color: 16711006.

HSL color Cylindrical-coordinate representation of color #5EFDFE: hue angle of 180.38º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFDFE is Cyan = 0.63, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB94253254-
CMYK0.630.0000.00
HSL180.38º98.77%68.24%-
HSV(B)180.38º62.99%99.61%-
XYZ57.6379.79106.13-
YUV205.57155.3248.42-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 15.64%
GREEN value IS 253 (99.22% from 255) = 42.10%
BLUE value IS 254 (99.61% from 255) = 42.26%
R=15.64%
G=42.10%
B=42.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal942532540.630.0000.00180.3898.7768.24
Hex5EFDFE3F000b46344
Octal13637537677000264143104
Binary101111011111101111111101111110001011010011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EFDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EFDFE; }

 p { color: rgb(94,253,254); }

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

<style>
 a { background-color: #5EFDFE; }

 a { background-color: rgb(94,253,254); }

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

<style>
 span { border-color: #5EFDFE; }

 span { border-color: rgb(94,253,254); }

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