Html Css Color HEX #9ECFEB Sail

📋 copy color: '#9ECFEB'

red 158 ◦ green 207 ◦ blue 235

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

Shades of Sail #9ECFEB

Tints of Sail #9ECFEB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.5%

 BLUE value IS 235 (92.19% from 255) = 39.17%

R = 26.33%
G = 34.5%
B = 39.17%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9ECFEB (or 0x9ECFEB) is known color: Sail. HEX triplet: 9E, CF and EB. RGB value is (158,207,235). Sum of RGB (Red+Green+Blue) = 158+207+235=600 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.33% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #9ECFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECFEB is #613014. Grayscale: #C3C3C3. Windows color (decimal): -6369301 or 15454110. OLE color: 15454110.

HSL color Cylindrical-coordinate representation of color #9ECFEB: hue angle of 201.82º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9ECFEB is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 207 235 -
CMYK 0.33 0.12 0 0.08
HSL 201.82º 0.66% 0.77% -
HSV(B) 201.82º 0.33% 0.92% -
XYZ 51.41 57.89 87.06 -
YUV 195.54 150.27 101.22 -
System Red Green Blue C M Y K H S L
Decimal 158 207 235 0.33 0.12 0 0.08 201.82 0.66 0.77
Hex 9E CF EB 21 C 0 8 CA 42 4D
Octal 236 317 353 41 14 0 10 312 102 115
Binary 10011110 11001111 11101011 100001 1100 0 1000 11001010 1000010 1001101

Color Harmonies of #9ECFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECFEB

Black with #9ECFEB

Text Example


Text Example

White with #9ECFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,207,235); }

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

background-color css

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

 a { background-color: rgb(158,207,235); }

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

border-color css

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

 span { border-color: rgb(158,207,235); }

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