Html Css Color HEX #9ECFEE Sail

📋 copy color: '#9ECFEE'

red 158 ◦ green 207 ◦ blue 238

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

Shades of Sail #9ECFEE

Tints of Sail #9ECFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.47%

R = 26.2%
G = 34.33%
B = 39.47%

CMYK

 C value IS 0.34

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9ECFEE (or 0x9ECFEE) is known color: Sail. HEX triplet: 9E, CF and EE. RGB value is (158,207,238). Sum of RGB (Red+Green+Blue) = 158+207+238=603 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.20% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #9ECFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECFEE is #613011. Grayscale: #C3C3C3. Windows color (decimal): -6369298 or 15650718. OLE color: 15650718.

HSL color Cylindrical-coordinate representation of color #9ECFEE: hue angle of 203.25º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9ECFEE is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 207 238 -
CMYK 0.34 0.13 0 0.07
HSL 203.25º 0.7% 0.78% -
HSV(B) 203.25º 0.34% 0.93% -
XYZ 51.85 58.07 89.36 -
YUV 195.88 151.77 100.98 -
System Red Green Blue C M Y K H S L
Decimal 158 207 238 0.34 0.13 0 0.07 203.25 0.7 0.78
Hex 9E CF EE 22 D 0 7 CB 46 4E
Octal 236 317 356 42 15 0 7 313 106 116
Binary 10011110 11001111 11101110 100010 1101 0 111 11001011 1000110 1001110

Color Harmonies of #9ECFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECFEE

Black with #9ECFEE

Text Example


Text Example

White with #9ECFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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