Html Css Color HEX #9DC9EF Sail

📋 copy color: '#9DC9EF'

red 157 ◦ green 201 ◦ blue 239

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

Shades of Sail #9DC9EF

Tints of Sail #9DC9EF

RGB

 RED value IS 157 (61.72% from 255) = 26.3%

 GREEN value IS 201 (78.91% from 255) = 33.67%

 BLUE value IS 239 (93.75% from 255) = 40.03%

R = 26.3%
G = 33.67%
B = 40.03%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9DC9EF (or 0x9DC9EF) is known color: Sail. HEX triplet: 9D, C9 and EF. RGB value is (157,201,239). Sum of RGB (Red+Green+Blue) = 157+201+239=597 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.30% from 597); Green value is 201 (78.91% from 255 or 33.67% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DC9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC9EF is #623610. Grayscale: #BFBFBF. Windows color (decimal): -6436369 or 15714717. OLE color: 15714717.

HSL color Cylindrical-coordinate representation of color #9DC9EF: hue angle of 207.8º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DC9EF is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 157 201 239 -
CMYK 0.34 0.16 0 0.06
HSL 207.8º 0.72% 0.78% -
HSV(B) 207.8º 0.34% 0.94% -
XYZ 50.37 55.17 89.66 -
YUV 192.18 154.42 102.91 -
System Red Green Blue C M Y K H S L
Decimal 157 201 239 0.34 0.16 0 0.06 207.8 0.72 0.78
Hex 9D C9 EF 22 10 0 6 D0 48 4E
Octal 235 311 357 42 20 0 6 320 110 116
Binary 10011101 11001001 11101111 100010 10000 0 110 11010000 1001000 1001110

Color Harmonies of #9DC9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC9EF

Black with #9DC9EF

Text Example


Text Example

White with #9DC9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,201,239); }

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

background-color css

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

 a { background-color: rgb(157,201,239); }

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

border-color css

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

 span { border-color: rgb(157,201,239); }

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