Html Css Color HEX #9ED2EB Sail

📋 copy color: '#9ED2EB'

red 158 ◦ green 210 ◦ blue 235

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

Shades of Sail #9ED2EB

Tints of Sail #9ED2EB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.83%

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

R = 26.2%
G = 34.83%
B = 38.97%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9ED2EB (or 0x9ED2EB) is known color: Sail. HEX triplet: 9E, D2 and EB. RGB value is (158,210,235). Sum of RGB (Red+Green+Blue) = 158+210+235=603 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.20% from 603); Green value is 210 (82.42% from 255 or 34.83% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #9ED2EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED2EB is #612D14. Grayscale: #C5C5C5. Windows color (decimal): -6368533 or 15454878. OLE color: 15454878.

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

Color convert

RGB 158 210 235 -
CMYK 0.33 0.11 0 0.08
HSL 199.48º 0.66% 0.77% -
HSV(B) 199.48º 0.33% 0.92% -
XYZ 52.14 59.36 87.31 -
YUV 197.3 149.27 99.97 -
System Red Green Blue C M Y K H S L
Decimal 158 210 235 0.33 0.11 0 0.08 199.48 0.66 0.77
Hex 9E D2 EB 21 B 0 8 C7 42 4D
Octal 236 322 353 41 13 0 10 307 102 115
Binary 10011110 11010010 11101011 100001 1011 0 1000 11000111 1000010 1001101

Color Harmonies of #9ED2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED2EB

Black with #9ED2EB

Text Example


Text Example

White with #9ED2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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