#449FEB

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

Shades of Summer Sky #449FEB

Tints of Summer Sky #449FEB

Color information

#449FEB (or 0x449FEB) is unknown color: approx Summer Sky. HEX triplet: 44, 9F and EB. RGB value is (68,159,235). Sum of RGB (Red+Green+Blue) = 68+159+235=462 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.72% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #449FEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449FEB is #BB6014. Grayscale: #8C8C8C. Windows color (decimal): -12279829 or 15441732. OLE color: 15441732.

HSL color Cylindrical-coordinate representation of color #449FEB: hue angle of 207.31º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #449FEB is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB68159235-
CMYK0.710.3200.08
HSL207.31º80.68%59.41%-
HSV(B)207.31º71.06%92.16%-
XYZ29.7832.0283.21-
YUV140.45181.3576.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.72%
GREEN value IS 159 (62.5% from 255) = 34.42%
BLUE value IS 235 (92.19% from 255) = 50.87%
R=14.72%
G=34.42%
B=50.87%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal681592350.710.3200.08207.3180.6859.41
Hex449FEB472008cf513b
Octal1042373531074001031712173
Binary10001001001111111101011100011110000001000110011111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,159,235); }

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

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

 a { background-color: rgb(68,159,235); }

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

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

 span { border-color: rgb(68,159,235); }

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