Html Css Color HEX #449AEB Summer Sky

📋 copy color: '#449AEB'

red 68 ◦ green 154 ◦ blue 235

#449AEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #449AEB

Tints of Summer Sky #449AEB

RGB

 RED value IS 68 (26.95% from 255) = 14.88%

 GREEN value IS 154 (60.55% from 255) = 33.7%

 BLUE value IS 235 (92.19% from 255) = 51.42%

R = 14.88%
G = 33.7%
B = 51.42%

CMYK

 C value IS 0.71

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#449AEB (or 0x449AEB) is known color: Summer Sky. HEX triplet: 44, 9A and EB. RGB value is (68,154,235). Sum of RGB (Red+Green+Blue) = 68+154+235=457 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.88% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #449AEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449AEB is #BB6514. Grayscale: #898989. Windows color (decimal): -12281109 or 15440452. OLE color: 15440452.

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

Color convert

RGB 68 154 235 -
CMYK 0.71 0.34 0 0.08
HSL 209.1º 0.81% 0.59% -
HSV(B) 209.1º 0.71% 0.92% -
XYZ 28.93 30.34 82.93 -
YUV 137.52 183.01 78.41 -
System Red Green Blue C M Y K H S L
Decimal 68 154 235 0.71 0.34 0 0.08 209.1 0.81 0.59
Hex 44 9A EB 47 22 0 8 D1 51 3B
Octal 104 232 353 107 42 0 10 321 121 73
Binary 1000100 10011010 11101011 1000111 100010 0 1000 11010001 1010001 111011

Color Harmonies of #449AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449AEB

Black with #449AEB

Text Example


Text Example

White with #449AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #449AEB;
 }
 .AnyTagClassName
 {
   color: #449AEB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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