#449DEB

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

Shades of Summer Sky #449DEB

Tints of Summer Sky #449DEB

Color information

#449DEB (or 0x449DEB) is unknown color: approx Summer Sky. HEX triplet: 44, 9D and EB. RGB value is (68,157,235). Sum of RGB (Red+Green+Blue) = 68+157+235=460 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.78% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #449DEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449DEB is #BB6214. Grayscale: #8A8A8A. Windows color (decimal): -12280341 or 15441220. OLE color: 15441220.

HSL color Cylindrical-coordinate representation of color #449DEB: hue angle of 208.02º 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 #449DEB is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB68157235-
CMYK0.710.3300.08
HSL208.02º80.68%59.41%-
HSV(B)208.02º71.06%92.16%-
XYZ29.4431.3483.1-
YUV139.28182.0177.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.78%
GREEN value IS 157 (61.72% from 255) = 34.13%
BLUE value IS 235 (92.19% from 255) = 51.09%
R=14.78%
G=34.13%
B=51.09%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal681572350.710.3300.08208.0280.6859.41
Hex449DEB472108d0513b
Octal1042353531074101032012173
Binary10001001001110111101011100011110000101000110100001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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