Html Css Color HEX #9ECCE0 French Pass

📋 copy color: '#9ECCE0'

red 158 ◦ green 204 ◦ blue 224

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

Shades of French Pass #9ECCE0

Tints of French Pass #9ECCE0

RGB

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

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

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

R = 26.96%
G = 34.81%
B = 38.23%

CMYK

 C value IS 0.29

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9ECCE0 (or 0x9ECCE0) is known color: French Pass. HEX triplet: 9E, CC and E0. RGB value is (158,204,224). Sum of RGB (Red+Green+Blue) = 158+204+224=586 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.96% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: blue. Hex color #9ECCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECCE0 is #61331F. Grayscale: #C0C0C0. Windows color (decimal): -6370080 or 14732446. OLE color: 14732446.

HSL color Cylindrical-coordinate representation of color #9ECCE0: hue angle of 198.18º 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 #9ECCE0 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 158 204 224 -
CMYK 0.29 0.09 0 0.12
HSL 198.18º 0.52% 0.75% -
HSV(B) 198.18º 0.29% 0.88% -
XYZ 49.15 55.84 78.71 -
YUV 192.53 145.76 103.37 -
System Red Green Blue C M Y K H S L
Decimal 158 204 224 0.29 0.09 0 0.12 198.18 0.52 0.75
Hex 9E CC E0 1D 9 0 C C6 34 4B
Octal 236 314 340 35 11 0 14 306 64 113
Binary 10011110 11001100 11100000 11101 1001 0 1100 11000110 110100 1001011

Color Harmonies of #9ECCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECCE0

Black with #9ECCE0

Text Example


Text Example

White with #9ECCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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