Html Css Color HEX #9FCFF1 Sail

📋 copy color: '#9FCFF1'

red 159 ◦ green 207 ◦ blue 241

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

Shades of Sail #9FCFF1

Tints of Sail #9FCFF1

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.1%

 BLUE value IS 241 (94.53% from 255) = 39.7%

R = 26.19%
G = 34.1%
B = 39.7%

CMYK

 C value IS 0.34

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9FCFF1 (or 0x9FCFF1) is known color: Sail. HEX triplet: 9F, CF and F1. RGB value is (159,207,241). Sum of RGB (Red+Green+Blue) = 159+207+241=607 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.19% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: blue. Hex color #9FCFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCFF1 is #60300E. Grayscale: #C4C4C4. Windows color (decimal): -6303759 or 15847327. OLE color: 15847327.

HSL color Cylindrical-coordinate representation of color #9FCFF1: hue angle of 204.88º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FCFF1 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 207 241 -
CMYK 0.34 0.14 0 0.05
HSL 204.88º 0.75% 0.78% -
HSV(B) 204.88º 0.34% 0.95% -
XYZ 52.49 58.35 91.71 -
YUV 196.52 153.1 101.24 -
System Red Green Blue C M Y K H S L
Decimal 159 207 241 0.34 0.14 0 0.05 204.88 0.75 0.78
Hex 9F CF F1 22 E 0 5 CD 4B 4E
Octal 237 317 361 42 16 0 5 315 113 116
Binary 10011111 11001111 11110001 100010 1110 0 101 11001101 1001011 1001110

Color Harmonies of #9FCFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCFF1

Black with #9FCFF1

Text Example


Text Example

White with #9FCFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,207,241); }

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

background-color css

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

 a { background-color: rgb(159,207,241); }

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

border-color css

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

 span { border-color: rgb(159,207,241); }

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