#B9D1F1

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

Shades of Tropical Blue #B9D1F1

Tints of Tropical Blue #B9D1F1

Color information

#B9D1F1 (or 0xB9D1F1) is unknown color: approx Tropical Blue. HEX triplet: B9, D1 and F1. RGB value is (185,209,241). Sum of RGB (Red+Green+Blue) = 185+209+241=635 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.13% from 635); Green value is 209 (82.03% from 255 or 32.91% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #B9D1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D1F1 is #462E0E. Grayscale: #CDCDCD. Windows color (decimal): -4599311 or 15847865. OLE color: 15847865.

HSL color Cylindrical-coordinate representation of color #B9D1F1: hue angle of 214.29º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9D1F1 is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB185209241-
CMYK0.230.1300.05
HSL214.29º66.67%83.53%-
HSV(B)214.29º23.24%94.51%-
XYZ58.6962.2792.14-
YUV205.47148.05113.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.13%
GREEN value IS 209 (82.03% from 255) = 32.91%
BLUE value IS 241 (94.53% from 255) = 37.95%
R=29.13%
G=32.91%
B=37.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1852092410.230.1300.05214.2966.6783.53
HexB9D1F117D05d64354
Octal271321361271505326103124
Binary10111001110100011111000110111110101011101011010000111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D1F1; }

 p { color: rgb(185,209,241); }

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

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

 a { background-color: rgb(185,209,241); }

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

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

 span { border-color: rgb(185,209,241); }

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