Html Css Color HEX #9ECBE0 French Pass

📋 copy color: '#9ECBE0'

red 158 ◦ green 203 ◦ blue 224

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

Shades of French Pass #9ECBE0

Tints of French Pass #9ECBE0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.7%

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

R = 27.01%
G = 34.7%
B = 38.29%

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

#9ECBE0 (or 0x9ECBE0) is known color: French Pass. HEX triplet: 9E, CB and E0. RGB value is (158,203,224). Sum of RGB (Red+Green+Blue) = 158+203+224=585 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.01% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #9ECBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ECBE0 is #61341F. Grayscale: #BFBFBF. Windows color (decimal): -6370336 or 14732190. OLE color: 14732190.

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

Color convert

RGB 158 203 224 -
CMYK 0.29 0.09 0 0.12
HSL 199.09º 0.52% 0.75% -
HSV(B) 199.09º 0.29% 0.88% -
XYZ 48.91 55.36 78.63 -
YUV 191.94 146.09 103.79 -
System Red Green Blue C M Y K H S L
Decimal 158 203 224 0.29 0.09 0 0.12 199.09 0.52 0.75
Hex 9E CB E0 1D 9 0 C C7 34 4B
Octal 236 313 340 35 11 0 14 307 64 113
Binary 10011110 11001011 11100000 11101 1001 0 1100 11000111 110100 1001011

Color Harmonies of #9ECBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECBE0

Black with #9ECBE0

Text Example


Text Example

White with #9ECBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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