#B1CBFE

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

Shades of Tropical Blue #B1CBFE

Tints of Tropical Blue #B1CBFE

Color information

#B1CBFE (or 0xB1CBFE) is unknown color: approx Tropical Blue. HEX triplet: B1, CB and FE. RGB value is (177,203,254). Sum of RGB (Red+Green+Blue) = 177+203+254=634 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.92% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1CBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CBFE is #4E3401. Grayscale: #C8C8C8. Windows color (decimal): -5125122 or 16698289. OLE color: 16698289.

HSL color Cylindrical-coordinate representation of color #B1CBFE: hue angle of 219.74º 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 #B1CBFE is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB177203254-
CMYK0.300.2000.00
HSL219.74º97.47%84.51%-
HSV(B)219.74º30.31%99.61%-
XYZ57.3859.21102.17-
YUV201.04157.89110.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.92%
GREEN value IS 203 (79.69% from 255) = 32.02%
BLUE value IS 254 (99.61% from 255) = 40.06%
R=27.92%
G=32.02%
B=40.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1772032540.300.2000.00219.7497.4784.51
HexB1CBFE1E1400dc6155
Octal261313376362400334141125
Binary1011000111001011111111101111010100001101110011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CBFE; }

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

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

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

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

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

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

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

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