Html Css Color HEX #9FC0F2 Tropical Blue

📋 copy color: '#9FC0F2'

red 159 ◦ green 192 ◦ blue 242

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

Shades of Tropical Blue #9FC0F2

Tints of Tropical Blue #9FC0F2

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.38%

 BLUE value IS 242 (94.92% from 255) = 40.81%

R = 26.81%
G = 32.38%
B = 40.81%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9FC0F2 (or 0x9FC0F2) is known color: Tropical Blue. HEX triplet: 9F, C0 and F2. RGB value is (159,192,242). Sum of RGB (Red+Green+Blue) = 159+192+242=593 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.81% from 593); Green value is 192 (75.39% from 255 or 32.38% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #9FC0F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FC0F2 is #603F0D. Grayscale: #BBBBBB. Windows color (decimal): -6307598 or 15909023. OLE color: 15909023.

HSL color Cylindrical-coordinate representation of color #9FC0F2: hue angle of 216.14º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FC0F2 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 192 242 -
CMYK 0.34 0.21 0 0.05
HSL 216.14º 0.76% 0.79% -
HSV(B) 216.14º 0.34% 0.95% -
XYZ 49.17 51.48 91.35 -
YUV 187.83 158.57 107.43 -
System Red Green Blue C M Y K H S L
Decimal 159 192 242 0.34 0.21 0 0.05 216.14 0.76 0.79
Hex 9F C0 F2 22 15 0 5 D8 4C 4F
Octal 237 300 362 42 25 0 5 330 114 117
Binary 10011111 11000000 11110010 100010 10101 0 101 11011000 1001100 1001111

Color Harmonies of #9FC0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC0F2

Black with #9FC0F2

Text Example


Text Example

White with #9FC0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,192,242); }

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

background-color css

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

 a { background-color: rgb(159,192,242); }

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

border-color css

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

 span { border-color: rgb(159,192,242); }

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