#B9CDFD

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

Shades of Tropical Blue #B9CDFD

Tints of Tropical Blue #B9CDFD

Color information

#B9CDFD (or 0xB9CDFD) is unknown color: approx Tropical Blue. HEX triplet: B9, CD and FD. RGB value is (185,205,253). Sum of RGB (Red+Green+Blue) = 185+205+253=643 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.77% from 643); Green value is 205 (80.47% from 255 or 31.88% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9CDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CDFD is #463202. Grayscale: #CCCCCC. Windows color (decimal): -4600323 or 16633273. OLE color: 16633273.

HSL color Cylindrical-coordinate representation of color #B9CDFD: hue angle of 222.35º 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 #B9CDFD is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB185205253-
CMYK0.270.1900.01
HSL222.35º94.44%85.88%-
HSV(B)222.35º26.88%99.22%-
XYZ59.5761.07101.58-
YUV204.49155.37114.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.77%
GREEN value IS 205 (80.47% from 255) = 31.88%
BLUE value IS 253 (99.22% from 255) = 39.35%
R=28.77%
G=31.88%
B=39.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852052530.270.1900.01222.3594.4485.88
HexB9CDFD1B1301de5e56
Octal271315375332301336136126
Binary1011100111001101111111011101110011011101111010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CDFD; }

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

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

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

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

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

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

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

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