Html Css Color HEX #36BADD Summer Sky

📋 copy color: '#36BADD'

red 54 ◦ green 186 ◦ blue 221

#36BADD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #36BADD

Tints of Summer Sky #36BADD

RGB

 RED value IS 54 (21.48% from 255) = 11.71%

 GREEN value IS 186 (73.05% from 255) = 40.35%

 BLUE value IS 221 (86.72% from 255) = 47.94%

R = 11.71%
G = 40.35%
B = 47.94%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#36BADD (or 0x36BADD) is known color: Summer Sky. HEX triplet: 36, BA and DD. RGB value is (54,186,221). Sum of RGB (Red+Green+Blue) = 54+186+221=461 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.71% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #36BADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36BADD is #C94522. Grayscale: #969696. Windows color (decimal): -13190435 or 14531126. OLE color: 14531126.

HSL color Cylindrical-coordinate representation of color #36BADD: hue angle of 192.57º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36BADD is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 186 221 -
CMYK 0.76 0.16 0 0.13
HSL 192.57º 0.71% 0.54% -
HSV(B) 192.57º 0.76% 0.87% -
XYZ 32.13 41.12 74.65 -
YUV 150.52 167.77 59.15 -
System Red Green Blue C M Y K H S L
Decimal 54 186 221 0.76 0.16 0 0.13 192.57 0.71 0.54
Hex 36 BA DD 4C 10 0 D C1 47 36
Octal 66 272 335 114 20 0 15 301 107 66
Binary 110110 10111010 11011101 1001100 10000 0 1101 11000001 1000111 110110

Color Harmonies of #36BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36BADD

Black with #36BADD

Text Example


Text Example

White with #36BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #36BADD;
 }
 .AnyTagClassName
 {
   color: #36BADD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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