#B0E7FE

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

Shades of Columbia Blue #B0E7FE

Tints of Columbia Blue #B0E7FE

Color information

#B0E7FE (or 0xB0E7FE) is unknown color: approx Columbia Blue. HEX triplet: B0, E7 and FE. RGB value is (176,231,254). Sum of RGB (Red+Green+Blue) = 176+231+254=661 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.63% from 661); Green value is 231 (90.62% from 255 or 34.95% from 661); Blue value is 254 (99.61% from 255 or 38.43% from 661); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0E7FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0E7FE is #4F1801. Grayscale: #D9D9D9. Windows color (decimal): -5183490 or 16705456. OLE color: 16705456.

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

Color convert

RGB176231254-
CMYK0.310.0900.00
HSL197.69º97.5%84.31%-
HSV(B)197.69º30.71%99.61%-
XYZ64.3773.54104.57-
YUV217.18148.7898.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.63%
GREEN value IS 231 (90.62% from 255) = 34.95%
BLUE value IS 254 (99.61% from 255) = 38.43%
R=26.63%
G=34.95%
B=38.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1762312540.310.0900.00197.6997.584.31
HexB0E7FE1F900c66254
Octal260347376371100306142124
Binary101100001110011111111110111111001001100011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E7FE; }

 p { color: rgb(176,231,254); }

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

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

 a { background-color: rgb(176,231,254); }

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

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

 span { border-color: rgb(176,231,254); }

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