Html Css Color HEX #9EC2DD Sail

📋 copy color: '#9EC2DD'

red 158 ◦ green 194 ◦ blue 221

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

Shades of Sail #9EC2DD

Tints of Sail #9EC2DD

RGB

 RED value IS 158 (62.11% from 255) = 27.57%

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

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

R = 27.57%
G = 33.86%
B = 38.57%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9EC2DD (or 0x9EC2DD) is known color: Sail. HEX triplet: 9E, C2 and DD. RGB value is (158,194,221). Sum of RGB (Red+Green+Blue) = 158+194+221=573 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.57% from 573); Green value is 194 (76.17% from 255 or 33.86% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #9EC2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC2DD is #613D22. Grayscale: #BABABA. Windows color (decimal): -6372643 or 14533278. OLE color: 14533278.

HSL color Cylindrical-coordinate representation of color #9EC2DD: hue angle of 205.71º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EC2DD is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 194 221 -
CMYK 0.29 0.12 0 0.13
HSL 205.71º 0.48% 0.74% -
HSV(B) 205.71º 0.29% 0.87% -
XYZ 46.44 51.07 75.82 -
YUV 186.31 147.57 107.8 -
System Red Green Blue C M Y K H S L
Decimal 158 194 221 0.29 0.12 0 0.13 205.71 0.48 0.74
Hex 9E C2 DD 1D C 0 D CE 30 4A
Octal 236 302 335 35 14 0 15 316 60 112
Binary 10011110 11000010 11011101 11101 1100 0 1101 11001110 110000 1001010

Color Harmonies of #9EC2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC2DD

Black with #9EC2DD

Text Example


Text Example

White with #9EC2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,194,221); }

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

background-color css

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

 a { background-color: rgb(158,194,221); }

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

border-color css

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

 span { border-color: rgb(158,194,221); }

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