#449EDC

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

Shades of Summer Sky #449EDC

Tints of Summer Sky #449EDC

Color information

#449EDC (or 0x449EDC) is unknown color: approx Summer Sky. HEX triplet: 44, 9E and DC. RGB value is (68,158,220). Sum of RGB (Red+Green+Blue) = 68+158+220=446 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.25% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #449EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449EDC is #BB6123. Grayscale: #898989. Windows color (decimal): -12280100 or 14458436. OLE color: 14458436.

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

Color convert

RGB68158220-
CMYK0.690.2800.14
HSL204.47º68.47%56.47%-
HSV(B)204.47º69.09%86.27%-
XYZ27.5330.8572.21-
YUV138.16174.1877.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.25%
GREEN value IS 158 (62.11% from 255) = 35.43%
BLUE value IS 220 (86.33% from 255) = 49.33%
R=15.25%
G=35.43%
B=49.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal681582200.690.2800.14204.4768.4756.47
Hex449EDC451C0Ecc4438
Octal1042363341053401631410470
Binary1000100100111101101110010001011110001110110011001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449EDC; }

 p { color: rgb(68,158,220); }

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

<style>
 a { background-color: #449EDC; }

 a { background-color: rgb(68,158,220); }

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

<style>
 span { border-color: #449EDC; }

 span { border-color: rgb(68,158,220); }

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