#40D3FF

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

Shades of Summer Sky #40D3FF

Tints of Summer Sky #40D3FF

Color information

#40D3FF (or 0x40D3FF) is unknown color: approx Summer Sky. HEX triplet: 40, D3 and FF. RGB value is (64,211,255). Sum of RGB (Red+Green+Blue) = 64+211+255=530 (70% of max value = 765). Red value is 64 (25.39% from 255 or 12.08% from 530); Green value is 211 (82.81% from 255 or 39.81% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #40D3FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40D3FF is #BF2C00. Grayscale: #ABABAB. Windows color (decimal): -12528641 or 16765760. OLE color: 16765760.

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

Color convert

RGB64211255-
CMYK0.750.1700
HSL193.82º100%62.55%-
HSV(B)193.82º74.9%100%-
XYZ43.4654.9102.91-
YUV172.06174.850.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.08%
GREEN value IS 211 (82.81% from 255) = 39.81%
BLUE value IS 255 (100% from 255) = 48.11%
R=12.08%
G=39.81%
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
SystemRedGreenBlueCMYKHSL
Decimal642112550.750.1700193.8210062.55
Hex40D3FF4B1100c2643f
Octal100323377113210030214477
Binary1000000110100111111111110010111000100110000101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40D3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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