Html Css Color HEX #9DC5EC Sail

📋 copy color: '#9DC5EC'

red 157 ◦ green 197 ◦ blue 236

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

Shades of Sail #9DC5EC

Tints of Sail #9DC5EC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.39%

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

R = 26.61%
G = 33.39%
B = 40%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9DC5EC (or 0x9DC5EC) is known color: Sail. HEX triplet: 9D, C5 and EC. RGB value is (157,197,236). Sum of RGB (Red+Green+Blue) = 157+197+236=590 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.61% from 590); Green value is 197 (77.34% from 255 or 33.39% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DC5EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC5EC is #623A13. Grayscale: #BDBDBD. Windows color (decimal): -6437396 or 15517085. OLE color: 15517085.

HSL color Cylindrical-coordinate representation of color #9DC5EC: hue angle of 209.62º 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 #9DC5EC is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 197 236 -
CMYK 0.33 0.17 0 0.07
HSL 209.62º 0.68% 0.77% -
HSV(B) 209.62º 0.33% 0.93% -
XYZ 49.01 53.16 87.03 -
YUV 189.49 154.25 104.83 -
System Red Green Blue C M Y K H S L
Decimal 157 197 236 0.33 0.17 0 0.07 209.62 0.68 0.77
Hex 9D C5 EC 21 11 0 7 D2 44 4D
Octal 235 305 354 41 21 0 7 322 104 115
Binary 10011101 11000101 11101100 100001 10001 0 111 11010010 1000100 1001101

Color Harmonies of #9DC5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC5EC

Black with #9DC5EC

Text Example


Text Example

White with #9DC5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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