#49C5FF

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

Shades of Summer Sky #49C5FF

Tints of Summer Sky #49C5FF

Color information

#49C5FF (or 0x49C5FF) is unknown color: approx Summer Sky. HEX triplet: 49, C5 and FF. RGB value is (73,197,255). Sum of RGB (Red+Green+Blue) = 73+197+255=525 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.90% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #49C5FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49C5FF is #B63A00. Grayscale: #A6A6A6. Windows color (decimal): -11942401 or 16762185. OLE color: 16762185.

HSL color Cylindrical-coordinate representation of color #49C5FF: hue angle of 199.12º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49C5FF is Cyan = 0.71, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB73197255-
CMYK0.710.2300
HSL199.12º100%64.31%-
HSV(B)199.12º71.37%100%-
XYZ40.7648.57101.83-
YUV166.54177.9261.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.90%
GREEN value IS 197 (77.34% from 255) = 37.52%
BLUE value IS 255 (100% from 255) = 48.57%
R=13.90%
G=37.52%
B=48.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal731972550.710.2300199.1210064.31
Hex49C5FF471700c76440
Octal1113053771072700307144100
Binary10010011100010111111111100011110111001100011111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,197,255); }

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

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

 a { background-color: rgb(73,197,255); }

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

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

 span { border-color: rgb(73,197,255); }

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