Html Css Color HEX #9ECBEE Sail

📋 copy color: '#9ECBEE'

red 158 ◦ green 203 ◦ blue 238

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

Shades of Sail #9ECBEE

Tints of Sail #9ECBEE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.89%

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

R = 26.38%
G = 33.89%
B = 39.73%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9ECBEE (or 0x9ECBEE) is known color: Sail. HEX triplet: 9E, CB and EE. RGB value is (158,203,238). Sum of RGB (Red+Green+Blue) = 158+203+238=599 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.38% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #9ECBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECBEE is #613411. Grayscale: #C1C1C1. Windows color (decimal): -6370322 or 15649694. OLE color: 15649694.

HSL color Cylindrical-coordinate representation of color #9ECBEE: hue angle of 206.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 #9ECBEE is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 203 238 -
CMYK 0.34 0.15 0 0.07
HSL 206.25º 0.7% 0.78% -
HSV(B) 206.25º 0.34% 0.93% -
XYZ 50.89 56.15 89.05 -
YUV 193.54 153.09 102.65 -
System Red Green Blue C M Y K H S L
Decimal 158 203 238 0.34 0.15 0 0.07 206.25 0.7 0.78
Hex 9E CB EE 22 F 0 7 CE 46 4E
Octal 236 313 356 42 17 0 7 316 106 116
Binary 10011110 11001011 11101110 100010 1111 0 111 11001110 1000110 1001110

Color Harmonies of #9ECBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECBEE

Black with #9ECBEE

Text Example


Text Example

White with #9ECBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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