Html Css Color HEX #9FBFEA Tropical Blue

📋 copy color: '#9FBFEA'

red 159 ◦ green 191 ◦ blue 234

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

Shades of Tropical Blue #9FBFEA

Tints of Tropical Blue #9FBFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.07%

R = 27.23%
G = 32.71%
B = 40.07%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9FBFEA (or 0x9FBFEA) is known color: Tropical Blue. HEX triplet: 9F, BF and EA. RGB value is (159,191,234). Sum of RGB (Red+Green+Blue) = 159+191+234=584 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.23% from 584); Green value is 191 (75% from 255 or 32.71% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #9FBFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBFEA is #604015. Grayscale: #BABABA. Windows color (decimal): -6307862 or 15384479. OLE color: 15384479.

HSL color Cylindrical-coordinate representation of color #9FBFEA: hue angle of 214.4º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FBFEA is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 191 234 -
CMYK 0.32 0.18 0 0.08
HSL 214.4º 0.64% 0.77% -
HSV(B) 214.4º 0.32% 0.92% -
XYZ 47.78 50.57 85.09 -
YUV 186.33 154.9 108.5 -
System Red Green Blue C M Y K H S L
Decimal 159 191 234 0.32 0.18 0 0.08 214.4 0.64 0.77
Hex 9F BF EA 20 12 0 8 D6 40 4D
Octal 237 277 352 40 22 0 10 326 100 115
Binary 10011111 10111111 11101010 100000 10010 0 1000 11010110 1000000 1001101

Color Harmonies of #9FBFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBFEA

Black with #9FBFEA

Text Example


Text Example

White with #9FBFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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