Html Css Color HEX #9ECBEB Sail

📋 copy color: '#9ECBEB'

red 158 ◦ green 203 ◦ blue 235

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

Shades of Sail #9ECBEB

Tints of Sail #9ECBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.43%

R = 26.51%
G = 34.06%
B = 39.43%

CMYK

 C value IS 0.33

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9ECBEB (or 0x9ECBEB) is known color: Sail. HEX triplet: 9E, CB and EB. RGB value is (158,203,235). Sum of RGB (Red+Green+Blue) = 158+203+235=596 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.51% from 596); Green value is 203 (79.69% from 255 or 34.06% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 235 - color contains mainly: blue. Hex color #9ECBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ECBEB is #613414. Grayscale: #C1C1C1. Windows color (decimal): -6370325 or 15453086. OLE color: 15453086.

HSL color Cylindrical-coordinate representation of color #9ECBEB: hue angle of 204.94º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9ECBEB is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 203 235 -
CMYK 0.33 0.14 0 0.08
HSL 204.94º 0.66% 0.77% -
HSV(B) 204.94º 0.33% 0.92% -
XYZ 50.45 55.98 86.74 -
YUV 193.19 151.59 102.9 -
System Red Green Blue C M Y K H S L
Decimal 158 203 235 0.33 0.14 0 0.08 204.94 0.66 0.77
Hex 9E CB EB 21 E 0 8 CD 42 4D
Octal 236 313 353 41 16 0 10 315 102 115
Binary 10011110 11001011 11101011 100001 1110 0 1000 11001101 1000010 1001101

Color Harmonies of #9ECBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECBEB

Black with #9ECBEB

Text Example


Text Example

White with #9ECBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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