#40FEFF

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

Shades of Baby Blue #40FEFF

Tints of Baby Blue #40FEFF

Color information

#40FEFF (or 0x40FEFF) is unknown color: approx Baby Blue. HEX triplet: 40, FE and FF. RGB value is (64,254,255). Sum of RGB (Red+Green+Blue) = 64+254+255=573 (75% of max value = 765). Red value is 64 (25.39% from 255 or 11.17% from 573); Green value is 254 (99.61% from 255 or 44.33% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #40FEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FEFF is #BF0100. Grayscale: #C5C5C5. Windows color (decimal): -12517633 or 16776768. OLE color: 16776768.

HSL color Cylindrical-coordinate representation of color #40FEFF: hue angle of 180.31º 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 #40FEFF is Cyan = 0.75, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB64254255-
CMYK0.750.0000
HSL180.31º100%62.55%-
HSV(B)180.31º74.9%100%-
XYZ55.6179.19106.96-
YUV197.3160.5532.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 11.17%
GREEN value IS 254 (99.61% from 255) = 44.33%
BLUE value IS 255 (100% from 255) = 44.50%
R=11.17%
G=44.33%
B=44.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal642542550.750.0000180.3110062.55
Hex40FEFF4B000b4643f
Octal10037637711300026414477
Binary100000011111110111111111001011000101101001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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