#49CBFC

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

Shades of Summer Sky #49CBFC

Tints of Summer Sky #49CBFC

Color information

#49CBFC (or 0x49CBFC) is unknown color: approx Summer Sky. HEX triplet: 49, CB and FC. RGB value is (73,203,252). Sum of RGB (Red+Green+Blue) = 73+203+252=528 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.83% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #49CBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CBFC is #B63403. Grayscale: #A9A9A9. Windows color (decimal): -11940868 or 16567113. OLE color: 16567113.

HSL color Cylindrical-coordinate representation of color #49CBFC: hue angle of 196.42º 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 #49CBFC is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB73203252-
CMYK0.710.1900.01
HSL196.42º96.76%63.73%-
HSV(B)196.42º71.03%98.82%-
XYZ41.6751.1699.77-
YUV169.72174.4359.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.83%
GREEN value IS 203 (79.69% from 255) = 38.45%
BLUE value IS 252 (98.83% from 255) = 47.73%
R=13.83%
G=38.45%
B=47.73%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal732032520.710.1900.01196.4296.7663.73
Hex49CBFC471301c46140
Octal1113133741072301304141100
Binary10010011100101111111100100011110011011100010011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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