#B1E0FE

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

Shades of Columbia Blue #B1E0FE

Tints of Columbia Blue #B1E0FE

Color information

#B1E0FE (or 0xB1E0FE) is unknown color: approx Columbia Blue. HEX triplet: B1, E0 and FE. RGB value is (177,224,254). Sum of RGB (Red+Green+Blue) = 177+224+254=655 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.02% from 655); Green value is 224 (87.89% from 255 or 34.20% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1E0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1E0FE is #4E1F01. Grayscale: #D5D5D5. Windows color (decimal): -5119746 or 16703665. OLE color: 16703665.

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

Color convert

RGB177224254-
CMYK0.300.1200.00
HSL203.38º97.47%84.51%-
HSV(B)203.38º30.31%99.61%-
XYZ62.6869.81103.94-
YUV213.37150.93102.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.02%
GREEN value IS 224 (87.89% from 255) = 34.20%
BLUE value IS 254 (99.61% from 255) = 38.78%
R=27.02%
G=34.20%
B=38.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1772242540.300.1200.00203.3897.4784.51
HexB1E0FE1EC00cb6155
Octal261340376361400313141125
Binary101100011110000011111110111101100001100101111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E0FE; }

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

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

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

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

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

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

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

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