Html Css Color HEX #9EC2DE Sail

📋 copy color: '#9EC2DE'

red 158 ◦ green 194 ◦ blue 222

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

Shades of Sail #9EC2DE

Tints of Sail #9EC2DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.68%

R = 27.53%
G = 33.8%
B = 38.68%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9EC2DE (or 0x9EC2DE) is known color: Sail. HEX triplet: 9E, C2 and DE. RGB value is (158,194,222). Sum of RGB (Red+Green+Blue) = 158+194+222=574 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.53% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #9EC2DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9EC2DE is #613D21. Grayscale: #BABABA. Windows color (decimal): -6372642 or 14598814. OLE color: 14598814.

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

Color convert

RGB 158 194 222 -
CMYK 0.29 0.13 0 0.13
HSL 206.25º 0.49% 0.75% -
HSV(B) 206.25º 0.29% 0.87% -
XYZ 46.58 51.13 76.52 -
YUV 186.43 148.07 107.72 -
System Red Green Blue C M Y K H S L
Decimal 158 194 222 0.29 0.13 0 0.13 206.25 0.49 0.75
Hex 9E C2 DE 1D D 0 D CE 31 4B
Octal 236 302 336 35 15 0 15 316 61 113
Binary 10011110 11000010 11011110 11101 1101 0 1101 11001110 110001 1001011

Color Harmonies of #9EC2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC2DE

Black with #9EC2DE

Text Example


Text Example

White with #9EC2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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