#B9CFFD

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

Shades of Tropical Blue #B9CFFD

Tints of Tropical Blue #B9CFFD

Color information

#B9CFFD (or 0xB9CFFD) is unknown color: approx Tropical Blue. HEX triplet: B9, CF and FD. RGB value is (185,207,253). Sum of RGB (Red+Green+Blue) = 185+207+253=645 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.68% from 645); Green value is 207 (81.25% from 255 or 32.09% from 645); Blue value is 253 (99.22% from 255 or 39.22% from 645); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9CFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CFFD is #463002. Grayscale: #CDCDCD. Windows color (decimal): -4599811 or 16633785. OLE color: 16633785.

HSL color Cylindrical-coordinate representation of color #B9CFFD: hue angle of 220.59º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9CFFD is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB185207253-
CMYK0.270.1800.01
HSL220.59º94.44%85.88%-
HSV(B)220.59º26.88%99.22%-
XYZ60.0562.03101.74-
YUV205.67154.71113.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.68%
GREEN value IS 207 (81.25% from 255) = 32.09%
BLUE value IS 253 (99.22% from 255) = 39.22%
R=28.68%
G=32.09%
B=39.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852072530.270.1800.01220.5994.4485.88
HexB9CFFD1B1201dd5e56
Octal271317375332201335136126
Binary1011100111001111111111011101110010011101110110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CFFD; }

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

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

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

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

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

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

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

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