#449EE7

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

Shades of Summer Sky #449EE7

Tints of Summer Sky #449EE7

Color information

#449EE7 (or 0x449EE7) is unknown color: approx Summer Sky. HEX triplet: 44, 9E and E7. RGB value is (68,158,231). Sum of RGB (Red+Green+Blue) = 68+158+231=457 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.88% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 231 (90.62% from 255 or 50.55% from 457); Max value from RGB is 231 - color contains mainly: blue. Hex color #449EE7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449EE7 is #BB6118. Grayscale: #8B8B8B. Windows color (decimal): -12280089 or 15179332. OLE color: 15179332.

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

Color convert

RGB68158231-
CMYK0.710.3200.09
HSL206.87º77.25%58.63%-
HSV(B)206.87º70.56%90.59%-
XYZ29.0331.4580.14-
YUV139.41179.6877.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.88%
GREEN value IS 158 (62.11% from 255) = 34.57%
BLUE value IS 231 (90.62% from 255) = 50.55%
R=14.88%
G=34.57%
B=50.55%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal681582310.710.3200.09206.8777.2558.63
Hex449EE7472009cf4d3b
Octal1042363471074001131711573
Binary10001001001111011100111100011110000001001110011111001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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