Html Css Color HEX #9ECCF1 Sail

📋 copy color: '#9ECCF1'

red 158 ◦ green 204 ◦ blue 241

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

Shades of Sail #9ECCF1

Tints of Sail #9ECCF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 39.97%

R = 26.2%
G = 33.83%
B = 39.97%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9ECCF1 (or 0x9ECCF1) is known color: Sail. HEX triplet: 9E, CC and F1. RGB value is (158,204,241). Sum of RGB (Red+Green+Blue) = 158+204+241=603 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.20% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 241 (94.53% from 255 or 39.97% from 603); Max value from RGB is 241 - color contains mainly: blue. Hex color #9ECCF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECCF1 is #61330E. Grayscale: #C2C2C2. Windows color (decimal): -6370063 or 15846558. OLE color: 15846558.

HSL color Cylindrical-coordinate representation of color #9ECCF1: hue angle of 206.75º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ECCF1 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 158 204 241 -
CMYK 0.34 0.15 0 0.05
HSL 206.75º 0.75% 0.78% -
HSV(B) 206.75º 0.34% 0.95% -
XYZ 51.57 56.81 91.47 -
YUV 194.46 154.26 101.99 -
System Red Green Blue C M Y K H S L
Decimal 158 204 241 0.34 0.15 0 0.05 206.75 0.75 0.78
Hex 9E CC F1 22 F 0 5 CF 4B 4E
Octal 236 314 361 42 17 0 5 317 113 116
Binary 10011110 11001100 11110001 100010 1111 0 101 11001111 1001011 1001110

Color Harmonies of #9ECCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECCF1

Black with #9ECCF1

Text Example


Text Example

White with #9ECCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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