Html Css Color HEX #9ED3EB Sail

📋 copy color: '#9ED3EB'

red 158 ◦ green 211 ◦ blue 235

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

Shades of Sail #9ED3EB

Tints of Sail #9ED3EB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.93%

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

R = 26.16%
G = 34.93%
B = 38.91%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9ED3EB (or 0x9ED3EB) is known color: Sail. HEX triplet: 9E, D3 and EB. RGB value is (158,211,235). Sum of RGB (Red+Green+Blue) = 158+211+235=604 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.16% from 604); Green value is 211 (82.81% from 255 or 34.93% from 604); Blue value is 235 (92.19% from 255 or 38.91% from 604); Max value from RGB is 235 - color contains mainly: blue. Hex color #9ED3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED3EB is #612C14. Grayscale: #C5C5C5. Windows color (decimal): -6368277 or 15455134. OLE color: 15455134.

HSL color Cylindrical-coordinate representation of color #9ED3EB: hue angle of 198.7º 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 #9ED3EB is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 211 235 -
CMYK 0.33 0.10 0 0.08
HSL 198.7º 0.66% 0.77% -
HSV(B) 198.7º 0.33% 0.92% -
XYZ 52.39 59.86 87.39 -
YUV 197.89 148.94 99.55 -
System Red Green Blue C M Y K H S L
Decimal 158 211 235 0.33 0.10 0 0.08 198.7 0.66 0.77
Hex 9E D3 EB 21 A 0 8 C7 42 4D
Octal 236 323 353 41 12 0 10 307 102 115
Binary 10011110 11010011 11101011 100001 1010 0 1000 11000111 1000010 1001101

Color Harmonies of #9ED3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED3EB

Black with #9ED3EB

Text Example


Text Example

White with #9ED3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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