#B1E1FE

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

Shades of Columbia Blue #B1E1FE

Tints of Columbia Blue #B1E1FE

Color information

#B1E1FE (or 0xB1E1FE) is unknown color: approx Columbia Blue. HEX triplet: B1, E1 and FE. RGB value is (177,225,254). Sum of RGB (Red+Green+Blue) = 177+225+254=656 (86% of max value = 765). Red value is 177 (69.53% from 255 or 26.98% from 656); Green value is 225 (88.28% from 255 or 34.30% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1E1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1E1FE is #4E1E01. Grayscale: #D5D5D5. Windows color (decimal): -5119490 or 16703921. OLE color: 16703921.

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

Color convert

RGB177225254-
CMYK0.300.1100.00
HSL202.6º97.47%84.51%-
HSV(B)202.6º30.31%99.61%-
XYZ62.9570.35104.03-
YUV213.95150.6101.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.98%
GREEN value IS 225 (88.28% from 255) = 34.30%
BLUE value IS 254 (99.61% from 255) = 38.72%
R=26.98%
G=34.30%
B=38.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1772252540.300.1100.00202.697.4784.51
HexB1E1FE1EB00cb6155
Octal261341376361300313141125
Binary101100011110000111111110111101011001100101111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E1FE; }

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

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

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

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

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

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

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

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