#40CCFF

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

Shades of Summer Sky #40CCFF

Tints of Summer Sky #40CCFF

Color information

#40CCFF (or 0x40CCFF) is unknown color: approx Summer Sky. HEX triplet: 40, CC and FF. RGB value is (64,204,255). Sum of RGB (Red+Green+Blue) = 64+204+255=523 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.24% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #40CCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CCFF is #BF3300. Grayscale: #A7A7A7. Windows color (decimal): -12530433 or 16763968. OLE color: 16763968.

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

Color convert

RGB64204255-
CMYK0.750.200
HSL196.02º100%62.55%-
HSV(B)196.02º74.9%100%-
XYZ41.7651.5102.35-
YUV167.95177.1253.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.24%
GREEN value IS 204 (80.08% from 255) = 39.01%
BLUE value IS 255 (100% from 255) = 48.76%
R=12.24%
G=39.01%
B=48.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal642042550.750.200196.0210062.55
Hex40CCFF4B1400c4643f
Octal100314377113240030414477
Binary1000000110011001111111110010111010000110001001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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