#40FFFE

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

Shades of Baby Blue #40FFFE

Tints of Baby Blue #40FFFE

Color information

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

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

Color convert

RGB64255254-
CMYK0.7500.000
HSL179.69º100%62.55%-
HSV(B)179.69º74.9%100%-
XYZ55.7679.77106.22-
YUV197.78159.7232.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal642552540.7500.000179.6910062.55
Hex40FFFE4B000b4643f
Octal10037737611300026414477
Binary100000011111111111111101001011000101101001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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