#B9CDFF

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

Shades of Tropical Blue #B9CDFF

Tints of Tropical Blue #B9CDFF

Color information

#B9CDFF (or 0xB9CDFF) is unknown color: approx Tropical Blue. HEX triplet: B9, CD and FF. RGB value is (185,205,255). Sum of RGB (Red+Green+Blue) = 185+205+255=645 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.68% from 645); Green value is 205 (80.47% from 255 or 31.78% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9CDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CDFF is #463200. Grayscale: #CCCCCC. Windows color (decimal): -4600321 or 16764345. OLE color: 16764345.

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

Color convert

RGB185205255-
CMYK0.270.2000
HSL222.86º100%86.27%-
HSV(B)222.86º27.45%100%-
XYZ59.8961.2103.26-
YUV204.72156.37113.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.68%
GREEN value IS 205 (80.47% from 255) = 31.78%
BLUE value IS 255 (100% from 255) = 39.53%
R=28.68%
G=31.78%
B=39.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852052550.270.2000222.8610086.27
HexB9CDFF1B1400df6456
Octal271315377332400337144126
Binary1011100111001101111111111101110100001101111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CDFF; }

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

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

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

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

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

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

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

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