#B1E7FE

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

Shades of Columbia Blue #B1E7FE

Tints of Columbia Blue #B1E7FE

Color information

#B1E7FE (or 0xB1E7FE) is unknown color: approx Columbia Blue. HEX triplet: B1, E7 and FE. RGB value is (177,231,254). Sum of RGB (Red+Green+Blue) = 177+231+254=662 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.74% from 662); Green value is 231 (90.62% from 255 or 34.89% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1E7FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1E7FE is #4E1801. Grayscale: #D9D9D9. Windows color (decimal): -5117954 or 16705457. OLE color: 16705457.

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

Color convert

RGB177231254-
CMYK0.300.0900.00
HSL197.92º97.47%84.51%-
HSV(B)197.92º30.31%99.61%-
XYZ64.673.65104.58-
YUV217.48148.6199.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.74%
GREEN value IS 231 (90.62% from 255) = 34.89%
BLUE value IS 254 (99.61% from 255) = 38.37%
R=26.74%
G=34.89%
B=38.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1772312540.300.0900.00197.9297.4784.51
HexB1E7FE1E900c66155
Octal261347376361100306141125
Binary101100011110011111111110111101001001100011011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E7FE; }

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

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

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

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

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

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

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

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