Html Css Color HEX #9DC9EE Sail

📋 copy color: '#9DC9EE'

red 157 ◦ green 201 ◦ blue 238

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

Shades of Sail #9DC9EE

Tints of Sail #9DC9EE

RGB

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

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

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

R = 26.34%
G = 33.72%
B = 39.93%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9DC9EE (or 0x9DC9EE) is known color: Sail. HEX triplet: 9D, C9 and EE. RGB value is (157,201,238). Sum of RGB (Red+Green+Blue) = 157+201+238=596 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.34% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DC9EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC9EE is #623611. Grayscale: #BFBFBF. Windows color (decimal): -6436370 or 15649181. OLE color: 15649181.

HSL color Cylindrical-coordinate representation of color #9DC9EE: hue angle of 207.41º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DC9EE is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 201 238 -
CMYK 0.34 0.16 0 0.07
HSL 207.41º 0.7% 0.77% -
HSV(B) 207.41º 0.34% 0.93% -
XYZ 50.22 55.11 88.88 -
YUV 192.06 153.92 102.99 -
System Red Green Blue C M Y K H S L
Decimal 157 201 238 0.34 0.16 0 0.07 207.41 0.7 0.77
Hex 9D C9 EE 22 10 0 7 CF 46 4D
Octal 235 311 356 42 20 0 7 317 106 115
Binary 10011101 11001001 11101110 100010 10000 0 111 11001111 1000110 1001101

Color Harmonies of #9DC9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC9EE

Black with #9DC9EE

Text Example


Text Example

White with #9DC9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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