#40B4FC

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

Shades of Summer Sky #40B4FC

Tints of Summer Sky #40B4FC

Color information

#40B4FC (or 0x40B4FC) is unknown color: approx Summer Sky. HEX triplet: 40, B4 and FC. RGB value is (64,180,252). Sum of RGB (Red+Green+Blue) = 64+180+252=496 (65% of max value = 765). Red value is 64 (25.39% from 255 or 12.90% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #40B4FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #40B4FC is #BF4B03. Grayscale: #999999. Windows color (decimal): -12536580 or 16561216. OLE color: 16561216.

HSL color Cylindrical-coordinate representation of color #40B4FC: hue angle of 202.98º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40B4FC is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB64180252-
CMYK0.750.2900.01
HSL202.98º96.91%61.96%-
HSV(B)202.98º74.6%98.82%-
XYZ36.0140.7698.07-
YUV153.52183.5764.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 12.90%
GREEN value IS 180 (70.70% from 255) = 36.29%
BLUE value IS 252 (98.83% from 255) = 50.81%
R=12.90%
G=36.29%
B=50.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal641802520.750.2900.01202.9896.9161.96
Hex40B4FC4B1D01cb613e
Octal100264374113350131314176
Binary1000000101101001111110010010111110101110010111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,180,252); }

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

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

 a { background-color: rgb(64,180,252); }

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

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

 span { border-color: rgb(64,180,252); }

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