#40C4FF

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

Shades of Summer Sky #40C4FF

Tints of Summer Sky #40C4FF

Color information

#40C4FF (or 0x40C4FF) is unknown color: approx Summer Sky. HEX triplet: 40, C4 and FF. RGB value is (64,196,255). Sum of RGB (Red+Green+Blue) = 64+196+255=515 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.43% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #40C4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40C4FF is #BF3B00. Grayscale: #A2A2A2. Windows color (decimal): -12532481 or 16761920. OLE color: 16761920.

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

Color convert

RGB64196255-
CMYK0.750.2300
HSL198.53º100%62.55%-
HSV(B)198.53º74.9%100%-
XYZ39.947.79101.73-
YUV163.26179.7757.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.43%
GREEN value IS 196 (76.95% from 255) = 38.06%
BLUE value IS 255 (100% from 255) = 49.51%
R=12.43%
G=38.06%
B=49.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal641962550.750.2300198.5310062.55
Hex40C4FF4B1700c7643f
Octal100304377113270030714477
Binary1000000110001001111111110010111011100110001111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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