#449ED8

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

Shades of Summer Sky #449ED8

Tints of Summer Sky #449ED8

Color information

#449ED8 (or 0x449ED8) is unknown color: approx Summer Sky. HEX triplet: 44, 9E and D8. RGB value is (68,158,216). Sum of RGB (Red+Green+Blue) = 68+158+216=442 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.38% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 216 (84.77% from 255 or 48.87% from 442); Max value from RGB is 216 - color contains mainly: blue. Hex color #449ED8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449ED8 is #BB6127. Grayscale: #898989. Windows color (decimal): -12280104 or 14196292. OLE color: 14196292.

HSL color Cylindrical-coordinate representation of color #449ED8: hue angle of 203.51º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #449ED8 is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB68158216-
CMYK0.690.2700.15
HSL203.51º65.49%55.69%-
HSV(B)203.51º68.52%84.71%-
XYZ27.0130.6469.46-
YUV137.7172.1878.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.38%
GREEN value IS 158 (62.11% from 255) = 35.75%
BLUE value IS 216 (84.77% from 255) = 48.87%
R=15.38%
G=35.75%
B=48.87%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal681582160.690.2700.15203.5165.4955.69
Hex449ED8451B0Fcc4138
Octal1042363301053301731410170
Binary1000100100111101101100010001011101101111110011001000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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