#B9CEF9

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

Shades of Tropical Blue #B9CEF9

Tints of Tropical Blue #B9CEF9

Color information

#B9CEF9 (or 0xB9CEF9) is unknown color: approx Tropical Blue. HEX triplet: B9, CE and F9. RGB value is (185,206,249). Sum of RGB (Red+Green+Blue) = 185+206+249=640 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.91% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 249 (97.66% from 255 or 38.91% from 640); Max value from RGB is 249 - color contains mainly: blue. Hex color #B9CEF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9CEF9 is #463106. Grayscale: #CCCCCC. Windows color (decimal): -4600071 or 16371385. OLE color: 16371385.

HSL color Cylindrical-coordinate representation of color #B9CEF9: hue angle of 220.31º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9CEF9 is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185206249-
CMYK0.260.1700.02
HSL220.31º84.21%85.1%-
HSV(B)220.31º25.7%97.65%-
XYZ59.1861.398.33-
YUV204.62153.04114-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.91%
GREEN value IS 206 (80.86% from 255) = 32.19%
BLUE value IS 249 (97.66% from 255) = 38.91%
R=28.91%
G=32.19%
B=38.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852062490.260.1700.02220.3184.2185.1
HexB9CEF91A1102dc5455
Octal271316371322102334124125
Binary10111001110011101111100111010100010101101110010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CEF9; }

 p { color: rgb(185,206,249); }

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

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

 a { background-color: rgb(185,206,249); }

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

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

 span { border-color: rgb(185,206,249); }

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