#B0E5FC

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

Shades of Columbia Blue #B0E5FC

Tints of Columbia Blue #B0E5FC

Color information

#B0E5FC (or 0xB0E5FC) is unknown color: approx Columbia Blue. HEX triplet: B0, E5 and FC. RGB value is (176,229,252). Sum of RGB (Red+Green+Blue) = 176+229+252=657 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.79% from 657); Green value is 229 (89.84% from 255 or 34.86% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #B0E5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E5FC is #4F1A03. Grayscale: #D7D7D7. Windows color (decimal): -5184004 or 16573872. OLE color: 16573872.

HSL color Cylindrical-coordinate representation of color #B0E5FC: hue angle of 198.16º degrees, saturation: 0.93, 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 #B0E5FC is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB176229252-
CMYK0.300.0900.01
HSL198.16º92.68%83.92%-
HSV(B)198.16º30.16%98.82%-
XYZ63.4972.3102.7-
YUV215.78148.4499.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.79%
GREEN value IS 229 (89.84% from 255) = 34.86%
BLUE value IS 252 (98.83% from 255) = 38.36%
R=26.79%
G=34.86%
B=38.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762292520.300.0900.01198.1692.6883.92
HexB0E5FC1E901c65d54
Octal260345374361101306135124
Binary101100001110010111111100111101001011100011010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E5FC; }

 p { color: rgb(176,229,252); }

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

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

 a { background-color: rgb(176,229,252); }

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

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

 span { border-color: rgb(176,229,252); }

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