Html Css Color HEX #9ECCE6 Sail

📋 copy color: '#9ECCE6'

red 158 ◦ green 204 ◦ blue 230

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

Shades of Sail #9ECCE6

Tints of Sail #9ECCE6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.46%

 BLUE value IS 230 (90.23% from 255) = 38.85%

R = 26.69%
G = 34.46%
B = 38.85%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9ECCE6 (or 0x9ECCE6) is known color: Sail. HEX triplet: 9E, CC and E6. RGB value is (158,204,230). Sum of RGB (Red+Green+Blue) = 158+204+230=592 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.69% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 230 (90.23% from 255 or 38.85% from 592); Max value from RGB is 230 - color contains mainly: blue. Hex color #9ECCE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECCE6 is #613319. Grayscale: #C1C1C1. Windows color (decimal): -6370074 or 15125662. OLE color: 15125662.

HSL color Cylindrical-coordinate representation of color #9ECCE6: hue angle of 201.67º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ECCE6 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 158 204 230 -
CMYK 0.31 0.11 0 0.10
HSL 201.67º 0.59% 0.76% -
HSV(B) 201.67º 0.31% 0.9% -
XYZ 49.98 56.17 83.07 -
YUV 193.21 148.76 102.89 -
System Red Green Blue C M Y K H S L
Decimal 158 204 230 0.31 0.11 0 0.10 201.67 0.59 0.76
Hex 9E CC E6 1F B 0 A CA 3B 4C
Octal 236 314 346 37 13 0 12 312 73 114
Binary 10011110 11001100 11100110 11111 1011 0 1010 11001010 111011 1001100

Color Harmonies of #9ECCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECCE6

Black with #9ECCE6

Text Example


Text Example

White with #9ECCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,204,230); }

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

background-color css

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

 a { background-color: rgb(158,204,230); }

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

border-color css

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

 span { border-color: rgb(158,204,230); }

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