#40EDFF

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

Shades of Baby Blue #40EDFF

Tints of Baby Blue #40EDFF

Color information

#40EDFF (or 0x40EDFF) is unknown color: approx Baby Blue. HEX triplet: 40, ED and FF. RGB value is (64,237,255). Sum of RGB (Red+Green+Blue) = 64+237+255=556 (73% of max value = 765). Red value is 64 (25.39% from 255 or 11.51% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #40EDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40EDFF is #BF1200. Grayscale: #BBBBBB. Windows color (decimal): -12521985 or 16772416. OLE color: 16772416.

HSL color Cylindrical-coordinate representation of color #40EDFF: hue angle of 185.65º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40EDFF is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB64237255-
CMYK0.750.0700
HSL185.65º100%62.55%-
HSV(B)185.65º74.9%100%-
XYZ50.4568.88105.24-
YUV187.32166.1940.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 11.51%
GREEN value IS 237 (92.97% from 255) = 42.63%
BLUE value IS 255 (100% from 255) = 45.86%
R=11.51%
G=42.63%
B=45.86%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal642372550.750.0700185.6510062.55
Hex40EDFF4B700ba643f
Octal10035537711370027214477
Binary10000001110110111111111100101111100101110101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40EDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40EDFF; }

 p { color: rgb(64,237,255); }

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

<style>
 a { background-color: #40EDFF; }

 a { background-color: rgb(64,237,255); }

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

<style>
 span { border-color: #40EDFF; }

 span { border-color: rgb(64,237,255); }

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