#40ccfa

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

Shades of Summer Sky #40CCFA

Tints of Summer Sky #40CCFA

Color information

#40CCFA (or 0x40CCFA) is unknown color: approx Summer Sky. HEX triplet: 40, CC and FA. RGB value is (64,204,250). Sum of RGB (Red+Green+Blue) = 64+204+250=518 (68% of max value = 765). Red value is 64 (25.39% from 255 or 12.36% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #40CCFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40CCFA is #BF3305. Grayscale: #A7A7A7. Windows color (decimal): -12530438 or 16436288. OLE color: 16436288.

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

Color convert

RGB64204250-
CMYK0.740.1800.02
HSL194.84º94.9%61.57%-
HSV(B)194.84º74.4%98.04%-
XYZ40.9651.1898.16-
YUV167.38174.6254.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.36%
GREEN value IS 204 (80.08% from 255) = 39.38%
BLUE value IS 250 (98.05% from 255) = 48.26%
R=12.36%
G=39.38%
B=48.26%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal642042500.740.1800.02194.8494.961.57
Hex40CCFA4A1202c35f3e
Octal100314372112220230313776
Binary10000001100110011111010100101010010010110000111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40ccfa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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