Html Css Color HEX #9ECEE0 French Pass

📋 copy color: '#9ECEE0'

red 158 ◦ green 206 ◦ blue 224

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

Shades of French Pass #9ECEE0

Tints of French Pass #9ECEE0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.03%

 BLUE value IS 224 (87.89% from 255) = 38.1%

R = 26.87%
G = 35.03%
B = 38.1%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9ECEE0 (or 0x9ECEE0) is known color: French Pass. HEX triplet: 9E, CE and E0. RGB value is (158,206,224). Sum of RGB (Red+Green+Blue) = 158+206+224=588 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.87% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 224 (87.89% from 255 or 38.10% from 588); Max value from RGB is 224 - color contains mainly: blue. Hex color #9ECEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECEE0 is #61311F. Grayscale: #C1C1C1. Windows color (decimal): -6369568 or 14732958. OLE color: 14732958.

HSL color Cylindrical-coordinate representation of color #9ECEE0: hue angle of 196.36º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ECEE0 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 158 206 224 -
CMYK 0.29 0.08 0 0.12
HSL 196.36º 0.52% 0.75% -
HSV(B) 196.36º 0.29% 0.88% -
XYZ 49.63 56.79 78.87 -
YUV 193.7 145.1 102.54 -
System Red Green Blue C M Y K H S L
Decimal 158 206 224 0.29 0.08 0 0.12 196.36 0.52 0.75
Hex 9E CE E0 1D 8 0 C C4 34 4B
Octal 236 316 340 35 10 0 14 304 64 113
Binary 10011110 11001110 11100000 11101 1000 0 1100 11000100 110100 1001011

Color Harmonies of #9ECEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECEE0

Black with #9ECEE0

Text Example


Text Example

White with #9ECEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,206,224); }

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

background-color css

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

 a { background-color: rgb(158,206,224); }

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

border-color css

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

 span { border-color: rgb(158,206,224); }

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