Html Css Color HEX #449BEB Summer Sky

📋 copy color: '#449BEB'

red 68 ◦ green 155 ◦ blue 235

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

Shades of Summer Sky #449BEB

Tints of Summer Sky #449BEB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.84%

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

R = 14.85%
G = 33.84%
B = 51.31%

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

#449BEB (or 0x449BEB) is known color: Summer Sky. HEX triplet: 44, 9B and EB. RGB value is (68,155,235). Sum of RGB (Red+Green+Blue) = 68+155+235=458 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.85% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #449BEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #449BEB is #BB6414. Grayscale: #898989. Windows color (decimal): -12280853 or 15440708. OLE color: 15440708.

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

Color convert

RGB 68 155 235 -
CMYK 0.71 0.34 0 0.08
HSL 208.74º 0.81% 0.59% -
HSV(B) 208.74º 0.71% 0.92% -
XYZ 29.1 30.67 82.98 -
YUV 138.11 182.68 78 -
System Red Green Blue C M Y K H S L
Decimal 68 155 235 0.71 0.34 0 0.08 208.74 0.81 0.59
Hex 44 9B EB 47 22 0 8 D1 51 3B
Octal 104 233 353 107 42 0 10 321 121 73
Binary 1000100 10011011 11101011 1000111 100010 0 1000 11010001 1010001 111011

Color Harmonies of #449BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449BEB

Black with #449BEB

Text Example


Text Example

White with #449BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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