#9DBFF2

Color #9DBFF2 Tropical Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Blue #9DBFF2

Tints of Tropical Blue #9DBFF2

Color information

#9DBFF2 (or 0x9DBFF2) is unknown color: approx Tropical Blue. HEX triplet: 9D, BF and F2. RGB value is (157,191,242). Sum of RGB (Red+Green+Blue) = 157+191+242=590 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.61% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 242 (94.92% from 255 or 41.02% from 590); Max value from RGB is 242 - color contains mainly: blue. Hex color #9DBFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBFF2 is #62400D. Grayscale: #BABABA. Windows color (decimal): -6438926 or 15908765. OLE color: 15908765.

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

Color convert

RGB157191242-
CMYK0.350.2100.05
HSL216º76.58%78.24%-
HSV(B)216º35.12%94.9%-
XYZ48.5650.8491.26-
YUV186.65159.24106.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.61%
GREEN value IS 191 (75% from 255) = 32.37%
BLUE value IS 242 (94.92% from 255) = 41.02%
R=26.61%
G=32.37%
B=41.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1571912420.350.2100.0521676.5878.24
Hex9DBFF2231505d84d4e
Octal235277362432505330115116
Binary1001110110111111111100101000111010101011101100010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DBFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,191,242); }

 H1.HeaderClassName
 {
   color: #9DBFF2;
 }
 .AnyTagClassName
 {
   color: #9DBFF2;
 }
</style>
background-color css

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

 a { background-color: rgb(157,191,242); }

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

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

 span { border-color: rgb(157,191,242); }

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