#40CFFF

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

Shades of Summer Sky #40CFFF

Tints of Summer Sky #40CFFF

Color information

#40CFFF (or 0x40CFFF) is unknown color: approx Summer Sky. HEX triplet: 40, CF and FF. RGB value is (64,207,255). Sum of RGB (Red+Green+Blue) = 64+207+255=526 (69% of max value = 765). Red value is 64 (25.39% from 255 or 12.17% from 526); Green value is 207 (81.25% from 255 or 39.35% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #40CFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CFFF is #BF3000. Grayscale: #A9A9A9. Windows color (decimal): -12529665 or 16764736. OLE color: 16764736.

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

Color convert

RGB64207255-
CMYK0.750.1900
HSL195.08º100%62.55%-
HSV(B)195.08º74.9%100%-
XYZ42.4852.94102.59-
YUV169.71176.1252.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.17%
GREEN value IS 207 (81.25% from 255) = 39.35%
BLUE value IS 255 (100% from 255) = 48.48%
R=12.17%
G=39.35%
B=48.48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal642072550.750.1900195.0810062.55
Hex40CFFF4B1300c3643f
Octal100317377113230030314477
Binary1000000110011111111111110010111001100110000111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40CFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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