Html Css Color HEX #9ECAF7 Sail

📋 copy color: '#9ECAF7'

red 158 ◦ green 202 ◦ blue 247

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

Shades of Sail #9ECAF7

Tints of Sail #9ECAF7

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.28%

 BLUE value IS 247 (96.88% from 255) = 40.69%

R = 26.03%
G = 33.28%
B = 40.69%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9ECAF7 (or 0x9ECAF7) is known color: Sail. HEX triplet: 9E, CA and F7. RGB value is (158,202,247). Sum of RGB (Red+Green+Blue) = 158+202+247=607 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.03% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 247 (96.88% from 255 or 40.69% from 607); Max value from RGB is 247 - color contains mainly: blue. Hex color #9ECAF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECAF7 is #613508. Grayscale: #C1C1C1. Windows color (decimal): -6370569 or 16239262. OLE color: 16239262.

HSL color Cylindrical-coordinate representation of color #9ECAF7: hue angle of 210.34º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ECAF7 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 158 202 247 -
CMYK 0.36 0.18 0 0.03
HSL 210.34º 0.85% 0.79% -
HSV(B) 210.34º 0.36% 0.97% -
XYZ 52.01 56.23 96.11 -
YUV 193.97 157.92 102.34 -
System Red Green Blue C M Y K H S L
Decimal 158 202 247 0.36 0.18 0 0.03 210.34 0.85 0.79
Hex 9E CA F7 24 12 0 3 D2 55 4F
Octal 236 312 367 44 22 0 3 322 125 117
Binary 10011110 11001010 11110111 100100 10010 0 11 11010010 1010101 1001111

Color Harmonies of #9ECAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECAF7

Black with #9ECAF7

Text Example


Text Example

White with #9ECAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,202,247); }

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

background-color css

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

 a { background-color: rgb(158,202,247); }

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

border-color css

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

 span { border-color: rgb(158,202,247); }

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