Html Css Color HEX #9ECFF2 Sail

📋 copy color: '#9ECFF2'

red 158 ◦ green 207 ◦ blue 242

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

Shades of Sail #9ECFF2

Tints of Sail #9ECFF2

RGB

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

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

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

R = 26.03%
G = 34.1%
B = 39.87%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9ECFF2 (or 0x9ECFF2) is known color: Sail. HEX triplet: 9E, CF and F2. RGB value is (158,207,242). Sum of RGB (Red+Green+Blue) = 158+207+242=607 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.03% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 242 (94.92% from 255 or 39.87% from 607); Max value from RGB is 242 - color contains mainly: blue. Hex color #9ECFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECFF2 is #61300D. Grayscale: #C4C4C4. Windows color (decimal): -6369294 or 15912862. OLE color: 15912862.

HSL color Cylindrical-coordinate representation of color #9ECFF2: hue angle of 205º 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 #9ECFF2 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 158 207 242 -
CMYK 0.35 0.14 0 0.05
HSL 205º 0.76% 0.78% -
HSV(B) 205º 0.35% 0.95% -
XYZ 52.44 58.31 92.49 -
YUV 196.34 153.77 100.65 -
System Red Green Blue C M Y K H S L
Decimal 158 207 242 0.35 0.14 0 0.05 205 0.76 0.78
Hex 9E CF F2 23 E 0 5 CD 4C 4E
Octal 236 317 362 43 16 0 5 315 114 116
Binary 10011110 11001111 11110010 100011 1110 0 101 11001101 1001100 1001110

Color Harmonies of #9ECFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECFF2

Black with #9ECFF2

Text Example


Text Example

White with #9ECFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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