Html Css Color HEX #9FD1EE Sail

📋 copy color: '#9FD1EE'

red 159 ◦ green 209 ◦ blue 238

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

Shades of Sail #9FD1EE

Tints of Sail #9FD1EE

RGB

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

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

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

R = 26.24%
G = 34.49%
B = 39.27%

CMYK

 C value IS 0.33

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9FD1EE (or 0x9FD1EE) is known color: Sail. HEX triplet: 9F, D1 and EE. RGB value is (159,209,238). Sum of RGB (Red+Green+Blue) = 159+209+238=606 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.24% from 606); Green value is 209 (82.03% from 255 or 34.49% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #9FD1EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD1EE is #602E11. Grayscale: #C5C5C5. Windows color (decimal): -6303250 or 15651231. OLE color: 15651231.

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

Color convert

RGB 159 209 238 -
CMYK 0.33 0.12 0 0.07
HSL 202.03º 0.7% 0.78% -
HSV(B) 202.03º 0.33% 0.93% -
XYZ 52.53 59.14 89.54 -
YUV 197.36 150.94 100.64 -
System Red Green Blue C M Y K H S L
Decimal 159 209 238 0.33 0.12 0 0.07 202.03 0.7 0.78
Hex 9F D1 EE 21 C 0 7 CA 46 4E
Octal 237 321 356 41 14 0 7 312 106 116
Binary 10011111 11010001 11101110 100001 1100 0 111 11001010 1000110 1001110

Color Harmonies of #9FD1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD1EE

Black with #9FD1EE

Text Example


Text Example

White with #9FD1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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