Html Css Color HEX #449EDE Summer Sky

📋 copy color: '#449EDE'

red 68 ◦ green 158 ◦ blue 222

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

Shades of Summer Sky #449EDE

Tints of Summer Sky #449EDE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.27%

 BLUE value IS 222 (87.11% from 255) = 49.55%

R = 15.18%
G = 35.27%
B = 49.55%

CMYK

 C value IS 0.69

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#449EDE (or 0x449EDE) is known color: Summer Sky. HEX triplet: 44, 9E and DE. RGB value is (68,158,222). Sum of RGB (Red+Green+Blue) = 68+158+222=448 (59% of max value = 765). Red value is 68 (26.95% from 255 or 15.18% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #449EDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449EDE is #BB6121. Grayscale: #8A8A8A. Windows color (decimal): -12280098 or 14589508. OLE color: 14589508.

HSL color Cylindrical-coordinate representation of color #449EDE: hue angle of 204.94º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #449EDE is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 158 222 -
CMYK 0.69 0.29 0 0.13
HSL 204.94º 0.7% 0.57% -
HSV(B) 204.94º 0.69% 0.87% -
XYZ 27.8 30.96 73.62 -
YUV 138.39 175.18 77.8 -
System Red Green Blue C M Y K H S L
Decimal 68 158 222 0.69 0.29 0 0.13 204.94 0.7 0.57
Hex 44 9E DE 45 1D 0 D CD 46 39
Octal 104 236 336 105 35 0 15 315 106 71
Binary 1000100 10011110 11011110 1000101 11101 0 1101 11001101 1000110 111001

Color Harmonies of #449EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449EDE

Black with #449EDE

Text Example


Text Example

White with #449EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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