#B9CDF6

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

Shades of Tropical Blue #B9CDF6

Tints of Tropical Blue #B9CDF6

Color information

#B9CDF6 (or 0xB9CDF6) is unknown color: approx Tropical Blue. HEX triplet: B9, CD and F6. RGB value is (185,205,246). Sum of RGB (Red+Green+Blue) = 185+205+246=636 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.09% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 246 (96.48% from 255 or 38.68% from 636); Max value from RGB is 246 - color contains mainly: blue. Hex color #B9CDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CDF6 is #463209. Grayscale: #CBCBCB. Windows color (decimal): -4600330 or 16174521. OLE color: 16174521.

HSL color Cylindrical-coordinate representation of color #B9CDF6: hue angle of 220.33º 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 #B9CDF6 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB185205246-
CMYK0.250.1700.04
HSL220.33º77.22%84.51%-
HSV(B)220.33º24.8%96.47%-
XYZ58.4760.6395.81-
YUV203.69151.87114.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.09%
GREEN value IS 205 (80.47% from 255) = 32.23%
BLUE value IS 246 (96.48% from 255) = 38.68%
R=29.09%
G=32.23%
B=38.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1852052460.250.1700.04220.3377.2284.51
HexB9CDF6191104dc4d55
Octal271315366312104334115125
Binary101110011100110111110110110011000101001101110010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CDF6; }

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

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

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

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

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

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

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

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