#B0E0FE

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

Shades of Columbia Blue #B0E0FE

Tints of Columbia Blue #B0E0FE

Color information

#B0E0FE (or 0xB0E0FE) is unknown color: approx Columbia Blue. HEX triplet: B0, E0 and FE. RGB value is (176,224,254). Sum of RGB (Red+Green+Blue) = 176+224+254=654 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.91% from 654); Green value is 224 (87.89% from 255 or 34.25% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0E0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E0FE is #4F1F01. Grayscale: #D4D4D4. Windows color (decimal): -5185282 or 16703664. OLE color: 16703664.

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

Color convert

RGB176224254-
CMYK0.310.1200.00
HSL203.08º97.5%84.31%-
HSV(B)203.08º30.71%99.61%-
XYZ62.4569.7103.93-
YUV213.07151.1101.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.91%
GREEN value IS 224 (87.89% from 255) = 34.25%
BLUE value IS 254 (99.61% from 255) = 38.84%
R=26.91%
G=34.25%
B=38.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1762242540.310.1200.00203.0897.584.31
HexB0E0FE1FC00cb6254
Octal260340376371400313142124
Binary101100001110000011111110111111100001100101111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E0FE; }

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

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

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

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

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

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

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

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