#49CAFC

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

Shades of Summer Sky #49CAFC

Tints of Summer Sky #49CAFC

Color information

#49CAFC (or 0x49CAFC) is unknown color: approx Summer Sky. HEX triplet: 49, CA and FC. RGB value is (73,202,252). Sum of RGB (Red+Green+Blue) = 73+202+252=527 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.85% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #49CAFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CAFC is #B63503. Grayscale: #A8A8A8. Windows color (decimal): -11941124 or 16566857. OLE color: 16566857.

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

Color convert

RGB73202252-
CMYK0.710.2000.01
HSL196.76º96.76%63.73%-
HSV(B)196.76º71.03%98.82%-
XYZ41.4450.6999.69-
YUV169.13174.7659.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.85%
GREEN value IS 202 (79.30% from 255) = 38.33%
BLUE value IS 252 (98.83% from 255) = 47.82%
R=13.85%
G=38.33%
B=47.82%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal732022520.710.2000.01196.7696.7663.73
Hex49CAFC471401c56140
Octal1113123741072401305141100
Binary10010011100101011111100100011110100011100010111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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