#40F8FF

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

Shades of Baby Blue #40F8FF

Tints of Baby Blue #40F8FF

Color information

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

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

Color convert

RGB64248255-
CMYK0.750.0300
HSL182.2º100%62.55%-
HSV(B)182.2º74.9%100%-
XYZ53.7375.44106.34-
YUV193.78162.5435.43-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal642482550.750.0300182.210062.55
Hex40F8FF4B300b6643f
Octal10037037711330026614477
Binary1000000111110001111111110010111100101101101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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