#B1E9FF

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

Shades of Columbia Blue #B1E9FF

Tints of Columbia Blue #B1E9FF

Color information

#B1E9FF (or 0xB1E9FF) is unknown color: approx Columbia Blue. HEX triplet: B1, E9 and FF. RGB value is (177,233,255). Sum of RGB (Red+Green+Blue) = 177+233+255=665 (88% of max value = 765). Red value is 177 (69.53% from 255 or 26.62% from 665); Green value is 233 (91.41% from 255 or 35.04% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1E9FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1E9FF is #4E1600. Grayscale: #DADADA. Windows color (decimal): -5117441 or 16771505. OLE color: 16771505.

HSL color Cylindrical-coordinate representation of color #B1E9FF: hue angle of 196.92º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1E9FF is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB177233255-
CMYK0.310.0900
HSL196.92º100%84.71%-
HSV(B)196.92º30.59%100%-
XYZ65.3274.84105.61-
YUV218.76148.4598.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 26.62%
GREEN value IS 233 (91.41% from 255) = 35.04%
BLUE value IS 255 (100% from 255) = 38.35%
R=26.62%
G=35.04%
B=38.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772332550.310.0900196.9210084.71
HexB1E9FF1F900c56455
Octal261351377371100305144125
Binary101100011110100111111111111111001001100010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E9FF; }

 p { color: rgb(177,233,255); }

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

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

 a { background-color: rgb(177,233,255); }

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

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

 span { border-color: rgb(177,233,255); }

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