Html Css Color HEX #49CAF2 Summer Sky

📋 copy color: '#49CAF2'

red 73 ◦ green 202 ◦ blue 242

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

Shades of Summer Sky #49CAF2

Tints of Summer Sky #49CAF2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.07%

 BLUE value IS 242 (94.92% from 255) = 46.81%

R = 14.12%
G = 39.07%
B = 46.81%

CMYK

 C value IS 0.70

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#49CAF2 (or 0x49CAF2) is known color: Summer Sky. HEX triplet: 49, CA and F2. RGB value is (73,202,242). Sum of RGB (Red+Green+Blue) = 73+202+242=517 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.12% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 242 (94.92% from 255 or 46.81% from 517); Max value from RGB is 242 - color contains mainly: blue. Hex color #49CAF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CAF2 is #B6350D. Grayscale: #A7A7A7. Windows color (decimal): -11941134 or 15911497. OLE color: 15911497.

HSL color Cylindrical-coordinate representation of color #49CAF2: hue angle of 194.2º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49CAF2 is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 202 242 -
CMYK 0.70 0.17 0 0.05
HSL 194.2º 0.87% 0.62% -
HSV(B) 194.2º 0.7% 0.95% -
XYZ 39.9 50.07 91.57 -
YUV 167.99 169.76 60.25 -
System Red Green Blue C M Y K H S L
Decimal 73 202 242 0.70 0.17 0 0.05 194.2 0.87 0.62
Hex 49 CA F2 46 11 0 5 C2 57 3E
Octal 111 312 362 106 21 0 5 302 127 76
Binary 1001001 11001010 11110010 1000110 10001 0 101 11000010 1010111 111110

Color Harmonies of #49CAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CAF2

Black with #49CAF2

Text Example


Text Example

White with #49CAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,202,242); }

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

background-color css

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

 a { background-color: rgb(73,202,242); }

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

border-color css

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

 span { border-color: rgb(73,202,242); }

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