Html Css Color HEX #9ECCF2 Sail

📋 copy color: '#9ECCF2'

red 158 ◦ green 204 ◦ blue 242

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

Shades of Sail #9ECCF2

Tints of Sail #9ECCF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.07%

R = 26.16%
G = 33.77%
B = 40.07%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9ECCF2 (or 0x9ECCF2) is known color: Sail. HEX triplet: 9E, CC and F2. RGB value is (158,204,242). Sum of RGB (Red+Green+Blue) = 158+204+242=604 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.16% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 242 (94.92% from 255 or 40.07% from 604); Max value from RGB is 242 - color contains mainly: blue. Hex color #9ECCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECCF2 is #61330D. Grayscale: #C2C2C2. Windows color (decimal): -6370062 or 15912094. OLE color: 15912094.

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

Color convert

RGB 158 204 242 -
CMYK 0.35 0.16 0 0.05
HSL 207.14º 0.76% 0.78% -
HSV(B) 207.14º 0.35% 0.95% -
XYZ 51.72 56.87 92.25 -
YUV 194.58 154.76 101.91 -
System Red Green Blue C M Y K H S L
Decimal 158 204 242 0.35 0.16 0 0.05 207.14 0.76 0.78
Hex 9E CC F2 23 10 0 5 CF 4C 4E
Octal 236 314 362 43 20 0 5 317 114 116
Binary 10011110 11001100 11110010 100011 10000 0 101 11001111 1001100 1001110

Color Harmonies of #9ECCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECCF2

Black with #9ECCF2

Text Example


Text Example

White with #9ECCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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