#4099DC

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

Shades of Summer Sky #4099DC

Tints of Summer Sky #4099DC

Color information

#4099DC (or 0x4099DC) is unknown color: approx Summer Sky. HEX triplet: 40, 99 and DC. RGB value is (64,153,220). Sum of RGB (Red+Green+Blue) = 64+153+220=437 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.65% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #4099DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4099DC is #BF6623. Grayscale: #858585. Windows color (decimal): -12543524 or 14457152. OLE color: 14457152.

HSL color Cylindrical-coordinate representation of color #4099DC: hue angle of 205.77º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4099DC is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB64153220-
CMYK0.710.3000.14
HSL205.77º69.03%55.69%-
HSV(B)205.77º70.91%86.27%-
XYZ26.4229.0471.92-
YUV134.03176.5178.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.65%
GREEN value IS 153 (60.16% from 255) = 35.01%
BLUE value IS 220 (86.33% from 255) = 50.34%
R=14.65%
G=35.01%
B=50.34%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal641532200.710.3000.14205.7769.0355.69
Hex4099DC471E0Ece4538
Octal1002313341073601631610570
Binary1000000100110011101110010001111111001110110011101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4099DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4099DC; }

 p { color: rgb(64,153,220); }

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

<style>
 a { background-color: #4099DC; }

 a { background-color: rgb(64,153,220); }

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

<style>
 span { border-color: #4099DC; }

 span { border-color: rgb(64,153,220); }

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