Html Css Color HEX #9FD1EC Sail

📋 copy color: '#9FD1EC'

red 159 ◦ green 209 ◦ blue 236

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

Shades of Sail #9FD1EC

Tints of Sail #9FD1EC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.6%

 BLUE value IS 236 (92.58% from 255) = 39.07%

R = 26.32%
G = 34.6%
B = 39.07%

CMYK

 C value IS 0.33

 M value IS 0.11

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9FD1EC (or 0x9FD1EC) is known color: Sail. HEX triplet: 9F, D1 and EC. RGB value is (159,209,236). Sum of RGB (Red+Green+Blue) = 159+209+236=604 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.32% from 604); Green value is 209 (82.03% from 255 or 34.60% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FD1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD1EC is #602E13. Grayscale: #C4C4C4. Windows color (decimal): -6303252 or 15520159. OLE color: 15520159.

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

Color convert

RGB 159 209 236 -
CMYK 0.33 0.11 0 0.07
HSL 201.04º 0.67% 0.77% -
HSV(B) 201.04º 0.33% 0.93% -
XYZ 52.24 59.03 88 -
YUV 197.13 149.94 100.8 -
System Red Green Blue C M Y K H S L
Decimal 159 209 236 0.33 0.11 0 0.07 201.04 0.67 0.77
Hex 9F D1 EC 21 B 0 7 C9 43 4D
Octal 237 321 354 41 13 0 7 311 103 115
Binary 10011111 11010001 11101100 100001 1011 0 111 11001001 1000011 1001101

Color Harmonies of #9FD1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD1EC

Black with #9FD1EC

Text Example


Text Example

White with #9FD1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,209,236); }

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

background-color css

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

 a { background-color: rgb(159,209,236); }

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

border-color css

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

 span { border-color: rgb(159,209,236); }

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