#36A0C7

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

Shades of Summer Sky #36A0C7

Tints of Summer Sky #36A0C7

Color information

#36A0C7 (or 0x36A0C7) is unknown color: approx Summer Sky. HEX triplet: 36, A0 and C7. RGB value is (54,160,199). Sum of RGB (Red+Green+Blue) = 54+160+199=413 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.08% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 199 (78.12% from 255 or 48.18% from 413); Max value from RGB is 199 - color contains mainly: blue. Hex color #36A0C7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36A0C7 is #C95F38. Grayscale: #848484. Windows color (decimal): -13197113 or 13082678. OLE color: 13082678.

HSL color Cylindrical-coordinate representation of color #36A0C7: hue angle of 196.14º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36A0C7 is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB54160199-
CMYK0.730.2000.22
HSL196.14º57.31%49.61%-
HSV(B)196.14º72.86%78.04%-
XYZ24.430.0558.55-
YUV132.75165.3871.83-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 13.08%
GREEN value IS 160 (62.89% from 255) = 38.74%
BLUE value IS 199 (78.12% from 255) = 48.18%
R=13.08%
G=38.74%
B=48.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal541601990.730.2000.22196.1457.3149.61
Hex36A0C74914016c43932
Octal66240307111240263047162
Binary110110101000001100011110010011010001011011000100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36A0C7; }

 p { color: rgb(54,160,199); }

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

<style>
 a { background-color: #36A0C7; }

 a { background-color: rgb(54,160,199); }

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

<style>
 span { border-color: #36A0C7; }

 span { border-color: rgb(54,160,199); }

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