#40D2FE

Color #40D2FE Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #40D2FE

Tints of Summer Sky #40D2FE

Color information

#40D2FE (or 0x40D2FE) is unknown color: approx Summer Sky. HEX triplet: 40, D2 and FE. RGB value is (64,210,254). Sum of RGB (Red+Green+Blue) = 64+210+254=528 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.12% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #40D2FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D2FE is #BF2D01. Grayscale: #ABABAB. Windows color (decimal): -12528898 or 16699968. OLE color: 16699968.

HSL color Cylindrical-coordinate representation of color #40D2FE: hue angle of 193.89º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40D2FE is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB64210254-
CMYK0.750.1700.00
HSL193.89º98.96%62.35%-
HSV(B)193.89º74.8%99.61%-
XYZ43.0554.34101.99-
YUV171.36174.6351.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.12%
GREEN value IS 210 (82.42% from 255) = 39.77%
BLUE value IS 254 (99.61% from 255) = 48.11%
R=12.12%
G=39.77%
B=48.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal642102540.750.1700.00193.8998.9662.35
Hex40D2FE4B1100c2633e
Octal100322376113210030214376
Binary1000000110100101111111010010111000100110000101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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