#B0E4FD

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

Shades of Columbia Blue #B0E4FD

Tints of Columbia Blue #B0E4FD

Color information

#B0E4FD (or 0xB0E4FD) is unknown color: approx Columbia Blue. HEX triplet: B0, E4 and FD. RGB value is (176,228,253). Sum of RGB (Red+Green+Blue) = 176+228+253=657 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.79% from 657); Green value is 228 (89.45% from 255 or 34.70% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #B0E4FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E4FD is #4F1B02. Grayscale: #D7D7D7. Windows color (decimal): -5184259 or 16639152. OLE color: 16639152.

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

Color convert

RGB176228253-
CMYK0.300.1000.01
HSL199.48º95.06%84.12%-
HSV(B)199.48º30.43%99.22%-
XYZ63.3871.81103.45-
YUV215.3149.2799.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.79%
GREEN value IS 228 (89.45% from 255) = 34.70%
BLUE value IS 253 (99.22% from 255) = 38.51%
R=26.79%
G=34.70%
B=38.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762282530.300.1000.01199.4895.0684.12
HexB0E4FD1EA01c75f54
Octal260344375361201307137124
Binary101100001110010011111101111101010011100011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E4FD; }

 p { color: rgb(176,228,253); }

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

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

 a { background-color: rgb(176,228,253); }

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

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

 span { border-color: rgb(176,228,253); }

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