Html Css Color HEX #9FC2DD Sail

📋 copy color: '#9FC2DD'

red 159 ◦ green 194 ◦ blue 221

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

Shades of Sail #9FC2DD

Tints of Sail #9FC2DD

RGB

 RED value IS 159 (62.5% from 255) = 27.7%

 GREEN value IS 194 (76.17% from 255) = 33.8%

 BLUE value IS 221 (86.72% from 255) = 38.5%

R = 27.7%
G = 33.8%
B = 38.5%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9FC2DD (or 0x9FC2DD) is known color: Sail. HEX triplet: 9F, C2 and DD. RGB value is (159,194,221). Sum of RGB (Red+Green+Blue) = 159+194+221=574 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.70% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #9FC2DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FC2DD is #603D22. Grayscale: #BABABA. Windows color (decimal): -6307107 or 14533279. OLE color: 14533279.

HSL color Cylindrical-coordinate representation of color #9FC2DD: hue angle of 206.13º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FC2DD is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 194 221 -
CMYK 0.28 0.12 0 0.13
HSL 206.13º 0.48% 0.75% -
HSV(B) 206.13º 0.28% 0.87% -
XYZ 46.64 51.17 75.83 -
YUV 186.61 147.4 108.3 -
System Red Green Blue C M Y K H S L
Decimal 159 194 221 0.28 0.12 0 0.13 206.13 0.48 0.75
Hex 9F C2 DD 1C C 0 D CE 30 4B
Octal 237 302 335 34 14 0 15 316 60 113
Binary 10011111 11000010 11011101 11100 1100 0 1101 11001110 110000 1001011

Color Harmonies of #9FC2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC2DD

Black with #9FC2DD

Text Example


Text Example

White with #9FC2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,194,221); }

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

background-color css

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

 a { background-color: rgb(159,194,221); }

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

border-color css

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

 span { border-color: rgb(159,194,221); }

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