Html Css Color HEX #9DC6EC Sail

📋 copy color: '#9DC6EC'

red 157 ◦ green 198 ◦ blue 236

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

Shades of Sail #9DC6EC

Tints of Sail #9DC6EC

RGB

 RED value IS 157 (61.72% from 255) = 26.57%

 GREEN value IS 198 (77.73% from 255) = 33.5%

 BLUE value IS 236 (92.58% from 255) = 39.93%

R = 26.57%
G = 33.5%
B = 39.93%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9DC6EC (or 0x9DC6EC) is known color: Sail. HEX triplet: 9D, C6 and EC. RGB value is (157,198,236). Sum of RGB (Red+Green+Blue) = 157+198+236=591 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.57% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DC6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC6EC is #623913. Grayscale: #BDBDBD. Windows color (decimal): -6437140 or 15517341. OLE color: 15517341.

HSL color Cylindrical-coordinate representation of color #9DC6EC: hue angle of 208.86º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DC6EC is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 198 236 -
CMYK 0.33 0.16 0 0.07
HSL 208.86º 0.68% 0.77% -
HSV(B) 208.86º 0.33% 0.93% -
XYZ 49.24 53.61 87.11 -
YUV 190.07 153.92 104.41 -
System Red Green Blue C M Y K H S L
Decimal 157 198 236 0.33 0.16 0 0.07 208.86 0.68 0.77
Hex 9D C6 EC 21 10 0 7 D1 44 4D
Octal 235 306 354 41 20 0 7 321 104 115
Binary 10011101 11000110 11101100 100001 10000 0 111 11010001 1000100 1001101

Color Harmonies of #9DC6EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC6EC

Black with #9DC6EC

Text Example


Text Example

White with #9DC6EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DC6EC; }

 p { color: rgb(157,198,236); }

 H1.HeaderClassName
 {
   color: #9DC6EC;
 }
 .AnyTagClassName
 {
   color: #9DC6EC;
 }
</style>

background-color css

<style>
 a { background-color: #9DC6EC; }

 a { background-color: rgb(157,198,236); }

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

border-color css

<style>
 span { border-color: #9DC6EC; }

 span { border-color: rgb(157,198,236); }

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