#40CCFE

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

Shades of Summer Sky #40CCFE

Tints of Summer Sky #40CCFE

Color information

#40CCFE (or 0x40CCFE) is unknown color: approx Summer Sky. HEX triplet: 40, CC and FE. RGB value is (64,204,254). Sum of RGB (Red+Green+Blue) = 64+204+254=522 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.26% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #40CCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CCFE is #BF3301. Grayscale: #A7A7A7. Windows color (decimal): -12530434 or 16698432. OLE color: 16698432.

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

Color convert

RGB64204254-
CMYK0.750.2000.00
HSL195.79º98.96%62.35%-
HSV(B)195.79º74.8%99.61%-
XYZ41.651.43101.5-
YUV167.84176.6253.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.26%
GREEN value IS 204 (80.08% from 255) = 39.08%
BLUE value IS 254 (99.61% from 255) = 48.66%
R=12.26%
G=39.08%
B=48.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal642042540.750.2000.00195.7998.9662.35
Hex40CCFE4B1400c4633e
Octal100314376113240030414376
Binary1000000110011001111111010010111010000110001001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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