#B1E8FE

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

Shades of Columbia Blue #B1E8FE

Tints of Columbia Blue #B1E8FE

Color information

#B1E8FE (or 0xB1E8FE) is unknown color: approx Columbia Blue. HEX triplet: B1, E8 and FE. RGB value is (177,232,254). Sum of RGB (Red+Green+Blue) = 177+232+254=663 (87% of max value = 765). Red value is 177 (69.53% from 255 or 26.70% from 663); Green value is 232 (91.02% from 255 or 34.99% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1E8FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1E8FE is #4E1701. Grayscale: #D9D9D9. Windows color (decimal): -5117698 or 16705713. OLE color: 16705713.

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

Color convert

RGB177232254-
CMYK0.300.0900.00
HSL197.14º97.47%84.51%-
HSV(B)197.14º30.31%99.61%-
XYZ64.8874.22104.67-
YUV218.06148.2898.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.70%
GREEN value IS 232 (91.02% from 255) = 34.99%
BLUE value IS 254 (99.61% from 255) = 38.31%
R=26.70%
G=34.99%
B=38.31%

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
Decimal1772322540.300.0900.00197.1497.4784.51
HexB1E8FE1E900c56155
Octal261350376361100305141125
Binary101100011110100011111110111101001001100010111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E8FE; }

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

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

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

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

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

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

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

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