#B1C9FE

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

Shades of Tropical Blue #B1C9FE

Tints of Tropical Blue #B1C9FE

Color information

#B1C9FE (or 0xB1C9FE) is unknown color: approx Tropical Blue. HEX triplet: B1, C9 and FE. RGB value is (177,201,254). Sum of RGB (Red+Green+Blue) = 177+201+254=632 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.01% from 632); Green value is 201 (78.91% from 255 or 31.80% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1C9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1C9FE is #4E3601. Grayscale: #C7C7C7. Windows color (decimal): -5125634 or 16697777. OLE color: 16697777.

HSL color Cylindrical-coordinate representation of color #B1C9FE: hue angle of 221.3º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1C9FE is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB177201254-
CMYK0.300.2100.00
HSL221.3º97.47%84.51%-
HSV(B)221.3º30.31%99.61%-
XYZ56.9158.28102.02-
YUV199.87158.55111.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.01%
GREEN value IS 201 (78.91% from 255) = 31.80%
BLUE value IS 254 (99.61% from 255) = 40.19%
R=28.01%
G=31.80%
B=40.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1772012540.300.2100.00221.397.4784.51
HexB1C9FE1E1500dd6155
Octal261311376362500335141125
Binary1011000111001001111111101111010101001101110111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C9FE; }

 p { color: rgb(177,201,254); }

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

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

 a { background-color: rgb(177,201,254); }

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

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

 span { border-color: rgb(177,201,254); }

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