#36B6FE

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

Shades of Summer Sky #36B6FE

Tints of Summer Sky #36B6FE

Color information

#36B6FE (or 0x36B6FE) is unknown color: approx Summer Sky. HEX triplet: 36, B6 and FE. RGB value is (54,182,254). Sum of RGB (Red+Green+Blue) = 54+182+254=490 (64% of max value = 765). Red value is 54 (21.48% from 255 or 11.02% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #36B6FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36B6FE is #C94901. Grayscale: #979797. Windows color (decimal): -13191426 or 16692790. OLE color: 16692790.

HSL color Cylindrical-coordinate representation of color #36B6FE: hue angle of 201.6º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36B6FE is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB54182254-
CMYK0.790.2800.00
HSL201.6º99.01%60.39%-
HSV(B)201.6º78.74%99.61%-
XYZ36.1441.499.85-
YUV151.94185.5958.15-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.02%
GREEN value IS 182 (71.48% from 255) = 37.14%
BLUE value IS 254 (99.61% from 255) = 51.84%
R=11.02%
G=37.14%
B=51.84%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal541822540.790.2800.00201.699.0160.39
Hex36B6FE4F1C00ca633c
Octal66266376117340031214374
Binary110110101101101111111010011111110000110010101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36B6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,182,254); }

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

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

 a { background-color: rgb(54,182,254); }

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

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

 span { border-color: rgb(54,182,254); }

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