Html Css Color HEX #9FBFFA Tropical Blue

📋 copy color: '#9FBFFA'

red 159 ◦ green 191 ◦ blue 250

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

Shades of Tropical Blue #9FBFFA

Tints of Tropical Blue #9FBFFA

RGB

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

 GREEN value IS 191 (75% from 255) = 31.83%

 BLUE value IS 250 (98.05% from 255) = 41.67%

R = 26.5%
G = 31.83%
B = 41.67%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9FBFFA (or 0x9FBFFA) is known color: Tropical Blue. HEX triplet: 9F, BF and FA. RGB value is (159,191,250). Sum of RGB (Red+Green+Blue) = 159+191+250=600 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.5% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #9FBFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBFFA is #604005. Grayscale: #BBBBBB. Windows color (decimal): -6307846 or 16433055. OLE color: 16433055.

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

Color convert

RGB 159 191 250 -
CMYK 0.36 0.24 0 0.02
HSL 218.9º 0.9% 0.8% -
HSV(B) 218.9º 0.36% 0.98% -
XYZ 50.18 51.53 97.74 -
YUV 188.16 162.9 107.2 -
System Red Green Blue C M Y K H S L
Decimal 159 191 250 0.36 0.24 0 0.02 218.9 0.9 0.8
Hex 9F BF FA 24 18 0 2 DB 5A 50
Octal 237 277 372 44 30 0 2 333 132 120
Binary 10011111 10111111 11111010 100100 11000 0 10 11011011 1011010 1010000

Color Harmonies of #9FBFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBFFA

Black with #9FBFFA

Text Example


Text Example

White with #9FBFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,191,250); }

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

background-color css

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

 a { background-color: rgb(159,191,250); }

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

border-color css

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

 span { border-color: rgb(159,191,250); }

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