Html Css Color HEX #49ABEE Summer Sky

📋 copy color: '#49ABEE'

red 73 ◦ green 171 ◦ blue 238

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

Shades of Summer Sky #49ABEE

Tints of Summer Sky #49ABEE

RGB

 RED value IS 73 (28.91% from 255) = 15.15%

 GREEN value IS 171 (67.19% from 255) = 35.48%

 BLUE value IS 238 (93.36% from 255) = 49.38%

R = 15.15%
G = 35.48%
B = 49.38%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#49ABEE (or 0x49ABEE) is known color: Summer Sky. HEX triplet: 49, AB and EE. RGB value is (73,171,238). Sum of RGB (Red+Green+Blue) = 73+171+238=482 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.15% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #49ABEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49ABEE is #B65411. Grayscale: #949494. Windows color (decimal): -11949074 or 15641417. OLE color: 15641417.

HSL color Cylindrical-coordinate representation of color #49ABEE: hue angle of 204.36º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49ABEE is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 171 238 -
CMYK 0.69 0.28 0 0.07
HSL 204.36º 0.83% 0.61% -
HSV(B) 204.36º 0.69% 0.93% -
XYZ 32.74 36.72 86.25 -
YUV 149.34 178.03 73.55 -
System Red Green Blue C M Y K H S L
Decimal 73 171 238 0.69 0.28 0 0.07 204.36 0.83 0.61
Hex 49 AB EE 45 1C 0 7 CC 53 3D
Octal 111 253 356 105 34 0 7 314 123 75
Binary 1001001 10101011 11101110 1000101 11100 0 111 11001100 1010011 111101

Color Harmonies of #49ABEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ABEE

Black with #49ABEE

Text Example


Text Example

White with #49ABEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49ABEE; }

 p { color: rgb(73,171,238); }

 H1.HeaderClassName
 {
   color: #49ABEE;
 }
 .AnyTagClassName
 {
   color: #49ABEE;
 }
</style>

background-color css

<style>
 a { background-color: #49ABEE; }

 a { background-color: rgb(73,171,238); }

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

border-color css

<style>
 span { border-color: #49ABEE; }

 span { border-color: rgb(73,171,238); }

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