#B9CEF6

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

Shades of Tropical Blue #B9CEF6

Tints of Tropical Blue #B9CEF6

Color information

#B9CEF6 (or 0xB9CEF6) is unknown color: approx Tropical Blue. HEX triplet: B9, CE and F6. RGB value is (185,206,246). Sum of RGB (Red+Green+Blue) = 185+206+246=637 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.04% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 246 (96.48% from 255 or 38.62% from 637); Max value from RGB is 246 - color contains mainly: blue. Hex color #B9CEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CEF6 is #463109. Grayscale: #CCCCCC. Windows color (decimal): -4600074 or 16174777. OLE color: 16174777.

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

Color convert

RGB185206246-
CMYK0.250.1600.04
HSL219.34º77.22%84.51%-
HSV(B)219.34º24.8%96.47%-
XYZ58.7161.1195.89-
YUV204.28151.54114.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.04%
GREEN value IS 206 (80.86% from 255) = 32.34%
BLUE value IS 246 (96.48% from 255) = 38.62%
R=29.04%
G=32.34%
B=38.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1852062460.250.1600.04219.3477.2284.51
HexB9CEF6191004db4d55
Octal271316366312004333115125
Binary101110011100111011110110110011000001001101101110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CEF6; }

 p { color: rgb(185,206,246); }

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

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

 a { background-color: rgb(185,206,246); }

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

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

 span { border-color: rgb(185,206,246); }

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