#B9CDFE

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

Shades of Tropical Blue #B9CDFE

Tints of Tropical Blue #B9CDFE

Color information

#B9CDFE (or 0xB9CDFE) is unknown color: approx Tropical Blue. HEX triplet: B9, CD and FE. RGB value is (185,205,254). Sum of RGB (Red+Green+Blue) = 185+205+254=644 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.73% from 644); Green value is 205 (80.47% from 255 or 31.83% from 644); Blue value is 254 (99.61% from 255 or 39.44% from 644); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9CDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CDFE is #463201. Grayscale: #CCCCCC. Windows color (decimal): -4600322 or 16698809. OLE color: 16698809.

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

Color convert

RGB185205254-
CMYK0.270.1900.00
HSL222.61º97.18%86.08%-
HSV(B)222.61º27.17%99.61%-
XYZ59.7361.13102.42-
YUV204.61155.87114.02-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.73%
GREEN value IS 205 (80.47% from 255) = 31.83%
BLUE value IS 254 (99.61% from 255) = 39.44%
R=28.73%
G=31.83%
B=39.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1852052540.270.1900.00222.6197.1886.08
HexB9CDFE1B1300df6156
Octal271315376332300337141126
Binary1011100111001101111111101101110011001101111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CDFE; }

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

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

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

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

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

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

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

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