Html Css Color HEX #9FD2F9 Sail

📋 copy color: '#9FD2F9'

red 159 ◦ green 210 ◦ blue 249

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

Shades of Sail #9FD2F9

Tints of Sail #9FD2F9

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.98%

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

R = 25.73%
G = 33.98%
B = 40.29%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9FD2F9 (or 0x9FD2F9) is known color: Sail. HEX triplet: 9F, D2 and F9. RGB value is (159,210,249). Sum of RGB (Red+Green+Blue) = 159+210+249=618 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.73% from 618); Green value is 210 (82.42% from 255 or 33.98% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #9FD2F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD2F9 is #602D06. Grayscale: #C6C6C6. Windows color (decimal): -6302983 or 16372383. OLE color: 16372383.

HSL color Cylindrical-coordinate representation of color #9FD2F9: hue angle of 206º 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 #9FD2F9 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 210 249 -
CMYK 0.36 0.16 0 0.02
HSL 206º 0.88% 0.8% -
HSV(B) 206º 0.36% 0.98% -
XYZ 54.44 60.3 98.39 -
YUV 199.2 156.1 99.33 -
System Red Green Blue C M Y K H S L
Decimal 159 210 249 0.36 0.16 0 0.02 206 0.88 0.8
Hex 9F D2 F9 24 10 0 2 CE 58 50
Octal 237 322 371 44 20 0 2 316 130 120
Binary 10011111 11010010 11111001 100100 10000 0 10 11001110 1011000 1010000

Color Harmonies of #9FD2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD2F9

Black with #9FD2F9

Text Example


Text Example

White with #9FD2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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