#40FFF7

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

Shades of Baby Blue #40FFF7

Tints of Baby Blue #40FFF7

Color information

#40FFF7 (or 0x40FFF7) is unknown color: approx Baby Blue. HEX triplet: 40, FF and F7. RGB value is (64,255,247). Sum of RGB (Red+Green+Blue) = 64+255+247=566 (74% of max value = 765). Red value is 64 (25.39% from 255 or 11.31% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 247 (96.88% from 255 or 43.64% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FFF7 is #BF0008. Grayscale: #C4C4C4. Windows color (decimal): -12517385 or 16252736. OLE color: 16252736.

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

Color convert

RGB64255247-
CMYK0.7500.030
HSL177.49º100%62.55%-
HSV(B)177.49º74.9%100%-
XYZ54.6679.33100.43-
YUV196.98156.2233.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 11.31%
GREEN value IS 255 (100% from 255) = 45.05%
BLUE value IS 247 (96.88% from 255) = 43.64%
R=11.31%
G=45.05%
B=43.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal642552470.7500.030177.4910062.55
Hex40FFF74B030b1643f
Octal10037736711303026114477
Binary1000000111111111111011110010110110101100011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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