#49CCFA

Color #49CCFA Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #49CCFA

Tints of Summer Sky #49CCFA

Color information

#49CCFA (or 0x49CCFA) is unknown color: approx Summer Sky. HEX triplet: 49, CC and FA. RGB value is (73,204,250). Sum of RGB (Red+Green+Blue) = 73+204+250=527 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.85% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #49CCFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CCFA is #B63305. Grayscale: #A9A9A9. Windows color (decimal): -11940614 or 16436297. OLE color: 16436297.

HSL color Cylindrical-coordinate representation of color #49CCFA: hue angle of 195.59º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49CCFA is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB73204250-
CMYK0.710.1800.02
HSL195.59º94.65%63.33%-
HSV(B)195.59º70.8%98.04%-
XYZ41.651.598.19-
YUV170.08173.158.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.85%
GREEN value IS 204 (80.08% from 255) = 38.71%
BLUE value IS 250 (98.05% from 255) = 47.44%
R=13.85%
G=38.71%
B=47.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal732042500.710.1800.02195.5994.6563.33
Hex49CCFA471202c45f3f
Octal111314372107220230413777
Binary10010011100110011111010100011110010010110001001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,204,250); }

 H1.HeaderClassName
 {
   color: #49CCFA;
 }
 .AnyTagClassName
 {
   color: #49CCFA;
 }
</style>
background-color css

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

 a { background-color: rgb(73,204,250); }

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

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

 span { border-color: rgb(73,204,250); }

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