#40FFF8

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

Shades of Baby Blue #40FFF8

Tints of Baby Blue #40FFF8

Color information

#40FFF8 (or 0x40FFF8) is unknown color: approx Baby Blue. HEX triplet: 40, FF and F8. RGB value is (64,255,248). Sum of RGB (Red+Green+Blue) = 64+255+248=567 (75% of max value = 765). Red value is 64 (25.39% from 255 or 11.29% from 567); Green value is 255 (100% from 255 or 44.97% from 567); Blue value is 248 (97.27% from 255 or 43.74% from 567); Max value from RGB is 255 - color contains mainly: green. Hex color #40FFF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #40FFF8 is #BF0007. Grayscale: #C4C4C4. Windows color (decimal): -12517384 or 16318272. OLE color: 16318272.

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

Color convert

RGB64255248-
CMYK0.7500.030
HSL177.8º100%62.55%-
HSV(B)177.8º74.9%100%-
XYZ54.8279.39101.24-
YUV197.09156.7233.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 11.29%
GREEN value IS 255 (100% from 255) = 44.97%
BLUE value IS 248 (97.27% from 255) = 43.74%
R=11.29%
G=44.97%
B=43.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal642552480.7500.030177.810062.55
Hex40FFF84B030b2643f
Octal10037737011303026214477
Binary1000000111111111111100010010110110101100101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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