Html Css Color HEX #9FD1EA Sail

📋 copy color: '#9FD1EA'

red 159 ◦ green 209 ◦ blue 234

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

Shades of Sail #9FD1EA

Tints of Sail #9FD1EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.87%

R = 26.41%
G = 34.72%
B = 38.87%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9FD1EA (or 0x9FD1EA) is known color: Sail. HEX triplet: 9F, D1 and EA. RGB value is (159,209,234). Sum of RGB (Red+Green+Blue) = 159+209+234=602 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.41% from 602); Green value is 209 (82.03% from 255 or 34.72% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #9FD1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD1EA is #602E15. Grayscale: #C4C4C4. Windows color (decimal): -6303254 or 15389087. OLE color: 15389087.

HSL color Cylindrical-coordinate representation of color #9FD1EA: hue angle of 200º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FD1EA is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 209 234 -
CMYK 0.32 0.11 0 0.08
HSL 200º 0.64% 0.77% -
HSV(B) 200º 0.32% 0.92% -
XYZ 51.95 58.91 86.48 -
YUV 196.9 148.94 100.97 -
System Red Green Blue C M Y K H S L
Decimal 159 209 234 0.32 0.11 0 0.08 200 0.64 0.77
Hex 9F D1 EA 20 B 0 8 C8 40 4D
Octal 237 321 352 40 13 0 10 310 100 115
Binary 10011111 11010001 11101010 100000 1011 0 1000 11001000 1000000 1001101

Color Harmonies of #9FD1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD1EA

Black with #9FD1EA

Text Example


Text Example

White with #9FD1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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