Html Css Color HEX #9DC2EC Sail

📋 copy color: '#9DC2EC'

red 157 ◦ green 194 ◦ blue 236

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

Shades of Sail #9DC2EC

Tints of Sail #9DC2EC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.05%

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

R = 26.75%
G = 33.05%
B = 40.2%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9DC2EC (or 0x9DC2EC) is known color: Sail. HEX triplet: 9D, C2 and EC. RGB value is (157,194,236). Sum of RGB (Red+Green+Blue) = 157+194+236=587 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.75% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 236 (92.58% from 255 or 40.20% from 587); Max value from RGB is 236 - color contains mainly: blue. Hex color #9DC2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC2EC is #623D13. Grayscale: #BBBBBB. Windows color (decimal): -6438164 or 15516317. OLE color: 15516317.

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

Color convert

RGB 157 194 236 -
CMYK 0.33 0.18 0 0.07
HSL 211.9º 0.68% 0.77% -
HSV(B) 211.9º 0.33% 0.93% -
XYZ 48.34 51.81 86.81 -
YUV 187.73 155.24 106.08 -
System Red Green Blue C M Y K H S L
Decimal 157 194 236 0.33 0.18 0 0.07 211.9 0.68 0.77
Hex 9D C2 EC 21 12 0 7 D4 44 4D
Octal 235 302 354 41 22 0 7 324 104 115
Binary 10011101 11000010 11101100 100001 10010 0 111 11010100 1000100 1001101

Color Harmonies of #9DC2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC2EC

Black with #9DC2EC

Text Example


Text Example

White with #9DC2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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