#B0E1FA

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

Shades of Columbia Blue #B0E1FA

Tints of Columbia Blue #B0E1FA

Color information

#B0E1FA (or 0xB0E1FA) is unknown color: approx Columbia Blue. HEX triplet: B0, E1 and FA. RGB value is (176,225,250). Sum of RGB (Red+Green+Blue) = 176+225+250=651 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.04% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0E1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E1FA is #4F1E05. Grayscale: #D5D5D5. Windows color (decimal): -5185030 or 16441776. OLE color: 16441776.

HSL color Cylindrical-coordinate representation of color #B0E1FA: hue angle of 200.27º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0E1FA is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176225250-
CMYK0.300.1000.02
HSL200.27º88.1%83.53%-
HSV(B)200.27º29.6%98.04%-
XYZ62.0969.98100.68-
YUV213.2148.77101.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.04%
GREEN value IS 225 (88.28% from 255) = 34.56%
BLUE value IS 250 (98.05% from 255) = 38.40%
R=27.04%
G=34.56%
B=38.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762252500.300.1000.02200.2788.183.53
HexB0E1FA1EA02c85854
Octal260341372361202310130124
Binary1011000011100001111110101111010100101100100010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E1FA; }

 p { color: rgb(176,225,250); }

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

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

 a { background-color: rgb(176,225,250); }

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

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

 span { border-color: rgb(176,225,250); }

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