#B0E8FF

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

Shades of Columbia Blue #B0E8FF

Tints of Columbia Blue #B0E8FF

Color information

#B0E8FF (or 0xB0E8FF) is unknown color: approx Columbia Blue. HEX triplet: B0, E8 and FF. RGB value is (176,232,255). Sum of RGB (Red+Green+Blue) = 176+232+255=663 (87% of max value = 765). Red value is 176 (69.14% from 255 or 26.55% from 663); Green value is 232 (91.02% from 255 or 34.99% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0E8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0E8FF is #4F1700. Grayscale: #D9D9D9. Windows color (decimal): -5183233 or 16771248. OLE color: 16771248.

HSL color Cylindrical-coordinate representation of color #B0E8FF: hue angle of 197.47º 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 #B0E8FF is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB176232255-
CMYK0.310.0900
HSL197.47º100%84.51%-
HSV(B)197.47º30.98%100%-
XYZ64.8174.16105.51-
YUV217.88148.9598.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.55%
GREEN value IS 232 (91.02% from 255) = 34.99%
BLUE value IS 255 (100% from 255) = 38.46%
R=26.55%
G=34.99%
B=38.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762322550.310.0900197.4710084.51
HexB0E8FF1F900c56455
Octal260350377371100305144125
Binary101100001110100011111111111111001001100010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E8FF; }

 p { color: rgb(176,232,255); }

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

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

 a { background-color: rgb(176,232,255); }

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

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

 span { border-color: rgb(176,232,255); }

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