#36BADC

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

Shades of Summer Sky #36BADC

Tints of Summer Sky #36BADC

Color information

#36BADC (or 0x36BADC) is unknown color: approx Summer Sky. HEX triplet: 36, BA and DC. RGB value is (54,186,220). Sum of RGB (Red+Green+Blue) = 54+186+220=460 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.74% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #36BADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36BADC is #C94523. Grayscale: #969696. Windows color (decimal): -13190436 or 14465590. OLE color: 14465590.

HSL color Cylindrical-coordinate representation of color #36BADC: hue angle of 192.29º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36BADC is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB54186220-
CMYK0.750.1500.14
HSL192.29º70.34%53.73%-
HSV(B)192.29º75.45%86.27%-
XYZ3241.0773.95-
YUV150.41167.2759.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.74%
GREEN value IS 186 (73.05% from 255) = 40.43%
BLUE value IS 220 (86.33% from 255) = 47.83%
R=11.74%
G=40.43%
B=47.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal541862200.750.1500.14192.2970.3453.73
Hex36BADC4BF0Ec04636
Octal662723341131701630010666
Binary11011010111010110111001001011111101110110000001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36BADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,186,220); }

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

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

 a { background-color: rgb(54,186,220); }

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

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

 span { border-color: rgb(54,186,220); }

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