#40C2FB

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

Shades of Summer Sky #40C2FB

Tints of Summer Sky #40C2FB

Color information

#40C2FB (or 0x40C2FB) is unknown color: approx Summer Sky. HEX triplet: 40, C2 and FB. RGB value is (64,194,251). Sum of RGB (Red+Green+Blue) = 64+194+251=509 (67% of max value = 765). Red value is 64 (25.39% from 255 or 12.57% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #40C2FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40C2FB is #BF3D04. Grayscale: #A1A1A1. Windows color (decimal): -12532997 or 16499264. OLE color: 16499264.

HSL color Cylindrical-coordinate representation of color #40C2FB: hue angle of 198.29º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40C2FB is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB64194251-
CMYK0.750.2300.02
HSL198.29º95.9%61.76%-
HSV(B)198.29º74.5%98.43%-
XYZ38.8246.6498.22-
YUV161.63178.4358.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.57%
GREEN value IS 194 (76.17% from 255) = 38.11%
BLUE value IS 251 (98.44% from 255) = 49.31%
R=12.57%
G=38.11%
B=49.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal641942510.750.2300.02198.2995.961.76
Hex40C2FB4B1702c6603e
Octal100302373113270230614076
Binary10000001100001011111011100101110111010110001101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,194,251); }

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

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

 a { background-color: rgb(64,194,251); }

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

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

 span { border-color: rgb(64,194,251); }

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