Html Css Color HEX #49CDF1 Summer Sky

📋 copy color: '#49CDF1'

red 73 ◦ green 205 ◦ blue 241

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

Shades of Summer Sky #49CDF1

Tints of Summer Sky #49CDF1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.5%

 BLUE value IS 241 (94.53% from 255) = 46.44%

R = 14.07%
G = 39.5%
B = 46.44%

CMYK

 C value IS 0.70

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#49CDF1 (or 0x49CDF1) is known color: Summer Sky. HEX triplet: 49, CD and F1. RGB value is (73,205,241). Sum of RGB (Red+Green+Blue) = 73+205+241=519 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.07% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #49CDF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CDF1 is #B6320E. Grayscale: #A9A9A9. Windows color (decimal): -11940367 or 15846729. OLE color: 15846729.

HSL color Cylindrical-coordinate representation of color #49CDF1: hue angle of 192.86º degrees, saturation: 0.86, 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 #49CDF1 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 205 241 -
CMYK 0.70 0.15 0 0.05
HSL 192.86º 0.86% 0.62% -
HSV(B) 192.86º 0.7% 0.95% -
XYZ 40.46 51.43 91.01 -
YUV 169.64 168.27 59.07 -
System Red Green Blue C M Y K H S L
Decimal 73 205 241 0.70 0.15 0 0.05 192.86 0.86 0.62
Hex 49 CD F1 46 F 0 5 C1 56 3E
Octal 111 315 361 106 17 0 5 301 126 76
Binary 1001001 11001101 11110001 1000110 1111 0 101 11000001 1010110 111110

Color Harmonies of #49CDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CDF1

Black with #49CDF1

Text Example


Text Example

White with #49CDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,205,241); }

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

background-color css

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

 a { background-color: rgb(73,205,241); }

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

border-color css

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

 span { border-color: rgb(73,205,241); }

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