#40B2FF

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

Shades of Summer Sky #40B2FF

Tints of Summer Sky #40B2FF

Color information

#40B2FF (or 0x40B2FF) is unknown color: approx Summer Sky. HEX triplet: 40, B2 and FF. RGB value is (64,178,255). Sum of RGB (Red+Green+Blue) = 64+178+255=497 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.88% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #40B2FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #40B2FF is #BF4D00. Grayscale: #989898. Windows color (decimal): -12537089 or 16757312. OLE color: 16757312.

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

Color convert

RGB64178255-
CMYK0.750.3000
HSL204.19º100%62.55%-
HSV(B)204.19º74.9%100%-
XYZ36.0840.15100.46-
YUV152.69185.7364.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.88%
GREEN value IS 178 (69.92% from 255) = 35.81%
BLUE value IS 255 (100% from 255) = 51.31%
R=12.88%
G=35.81%
B=51.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal641782550.750.3000204.1910062.55
Hex40B2FF4B1E00cc643f
Octal100262377113360031414477
Binary1000000101100101111111110010111111000110011001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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