Html Css Color HEX #9FCBF7 Sail

📋 copy color: '#9FCBF7'

red 159 ◦ green 203 ◦ blue 247

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

Shades of Sail #9FCBF7

Tints of Sail #9FCBF7

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.33%

 BLUE value IS 247 (96.88% from 255) = 40.56%

R = 26.11%
G = 33.33%
B = 40.56%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9FCBF7 (or 0x9FCBF7) is known color: Sail. HEX triplet: 9F, CB and F7. RGB value is (159,203,247). Sum of RGB (Red+Green+Blue) = 159+203+247=609 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.11% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 247 (96.88% from 255 or 40.56% from 609); Max value from RGB is 247 - color contains mainly: blue. Hex color #9FCBF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FCBF7 is #603408. Grayscale: #C2C2C2. Windows color (decimal): -6304777 or 16239519. OLE color: 16239519.

HSL color Cylindrical-coordinate representation of color #9FCBF7: hue angle of 210º degrees, saturation: 0.85, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FCBF7 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 159 203 247 -
CMYK 0.36 0.18 0 0.03
HSL 210º 0.85% 0.8% -
HSV(B) 210º 0.36% 0.97% -
XYZ 52.44 56.8 96.19 -
YUV 194.86 157.42 102.42 -
System Red Green Blue C M Y K H S L
Decimal 159 203 247 0.36 0.18 0 0.03 210 0.85 0.8
Hex 9F CB F7 24 12 0 3 D2 55 50
Octal 237 313 367 44 22 0 3 322 125 120
Binary 10011111 11001011 11110111 100100 10010 0 11 11010010 1010101 1010000

Color Harmonies of #9FCBF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCBF7

Black with #9FCBF7

Text Example


Text Example

White with #9FCBF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,203,247); }

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

background-color css

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

 a { background-color: rgb(159,203,247); }

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

border-color css

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

 span { border-color: rgb(159,203,247); }

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