#B9CFF7

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

Shades of Tropical Blue #B9CFF7

Tints of Tropical Blue #B9CFF7

Color information

#B9CFF7 (or 0xB9CFF7) is unknown color: approx Tropical Blue. HEX triplet: B9, CF and F7. RGB value is (185,207,247). Sum of RGB (Red+Green+Blue) = 185+207+247=639 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.95% from 639); Green value is 207 (81.25% from 255 or 32.39% from 639); Blue value is 247 (96.88% from 255 or 38.65% from 639); Max value from RGB is 247 - color contains mainly: blue. Hex color #B9CFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CFF7 is #463008. Grayscale: #CCCCCC. Windows color (decimal): -4599817 or 16240569. OLE color: 16240569.

HSL color Cylindrical-coordinate representation of color #B9CFF7: hue angle of 218.71º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9CFF7 is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB185207247-
CMYK0.250.1600.03
HSL218.71º79.49%84.71%-
HSV(B)218.71º25.1%96.86%-
XYZ59.1161.6696.78-
YUV204.98151.71113.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.95%
GREEN value IS 207 (81.25% from 255) = 32.39%
BLUE value IS 247 (96.88% from 255) = 38.65%
R=28.95%
G=32.39%
B=38.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1852072470.250.1600.03218.7179.4984.71
HexB9CFF7191003db4f55
Octal271317367312003333117125
Binary10111001110011111111011111001100000111101101110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CFF7; }

 p { color: rgb(185,207,247); }

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

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

 a { background-color: rgb(185,207,247); }

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

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

 span { border-color: rgb(185,207,247); }

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