Html Css Color HEX #9EC2EC Sail

📋 copy color: '#9EC2EC'

red 158 ◦ green 194 ◦ blue 236

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

Shades of Sail #9EC2EC

Tints of Sail #9EC2EC

RGB

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

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

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

R = 26.87%
G = 32.99%
B = 40.14%

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

#9EC2EC (or 0x9EC2EC) is known color: Sail. HEX triplet: 9E, C2 and EC. RGB value is (158,194,236). Sum of RGB (Red+Green+Blue) = 158+194+236=588 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.87% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #9EC2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EC2EC is #613D13. Grayscale: #BBBBBB. Windows color (decimal): -6372628 or 15516318. OLE color: 15516318.

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

Color convert

RGB 158 194 236 -
CMYK 0.33 0.18 0 0.07
HSL 212.31º 0.67% 0.77% -
HSV(B) 212.31º 0.33% 0.93% -
XYZ 48.53 51.91 86.82 -
YUV 188.02 155.07 106.58 -
System Red Green Blue C M Y K H S L
Decimal 158 194 236 0.33 0.18 0 0.07 212.31 0.67 0.77
Hex 9E C2 EC 21 12 0 7 D4 43 4D
Octal 236 302 354 41 22 0 7 324 103 115
Binary 10011110 11000010 11101100 100001 10010 0 111 11010100 1000011 1001101

Color Harmonies of #9EC2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC2EC

Black with #9EC2EC

Text Example


Text Example

White with #9EC2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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