#B1E6FE

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

Shades of Columbia Blue #B1E6FE

Tints of Columbia Blue #B1E6FE

Color information

#B1E6FE (or 0xB1E6FE) is unknown color: approx Columbia Blue. HEX triplet: B1, E6 and FE. RGB value is (177,230,254). Sum of RGB (Red+Green+Blue) = 177+230+254=661 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.78% from 661); Green value is 230 (90.23% from 255 or 34.80% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1E6FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1E6FE is #4E1901. Grayscale: #D8D8D8. Windows color (decimal): -5118210 or 16705201. OLE color: 16705201.

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

Color convert

RGB177230254-
CMYK0.300.0900.00
HSL198.7º97.47%84.51%-
HSV(B)198.7º30.31%99.61%-
XYZ64.3273.1104.49-
YUV216.89148.9499.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.78%
GREEN value IS 230 (90.23% from 255) = 34.80%
BLUE value IS 254 (99.61% from 255) = 38.43%
R=26.78%
G=34.80%
B=38.43%

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
Decimal1772302540.300.0900.00198.797.4784.51
HexB1E6FE1E900c76155
Octal261346376361100307141125
Binary101100011110011011111110111101001001100011111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E6FE; }

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

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

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

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

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

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

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

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