Html Css Color HEX #9FCFF9 Sail

📋 copy color: '#9FCFF9'

red 159 ◦ green 207 ◦ blue 249

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

Shades of Sail #9FCFF9

Tints of Sail #9FCFF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.49%

R = 25.85%
G = 33.66%
B = 40.49%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9FCFF9 (or 0x9FCFF9) is known color: Sail. HEX triplet: 9F, CF and F9. RGB value is (159,207,249). Sum of RGB (Red+Green+Blue) = 159+207+249=615 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.85% from 615); Green value is 207 (81.25% from 255 or 33.66% from 615); Blue value is 249 (97.66% from 255 or 40.49% from 615); Max value from RGB is 249 - color contains mainly: blue. Hex color #9FCFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCFF9 is #603006. Grayscale: #C5C5C5. Windows color (decimal): -6303751 or 16371615. OLE color: 16371615.

HSL color Cylindrical-coordinate representation of color #9FCFF9: hue angle of 208º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FCFF9 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 207 249 -
CMYK 0.36 0.17 0 0.02
HSL 208º 0.88% 0.8% -
HSV(B) 208º 0.36% 0.98% -
XYZ 53.71 58.84 98.15 -
YUV 197.44 157.1 100.58 -
System Red Green Blue C M Y K H S L
Decimal 159 207 249 0.36 0.17 0 0.02 208 0.88 0.8
Hex 9F CF F9 24 11 0 2 D0 58 50
Octal 237 317 371 44 21 0 2 320 130 120
Binary 10011111 11001111 11111001 100100 10001 0 10 11010000 1011000 1010000

Color Harmonies of #9FCFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCFF9

Black with #9FCFF9

Text Example


Text Example

White with #9FCFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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