#B0E0FF

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

Shades of Columbia Blue #B0E0FF

Tints of Columbia Blue #B0E0FF

Color information

#B0E0FF (or 0xB0E0FF) is unknown color: approx Columbia Blue. HEX triplet: B0, E0 and FF. RGB value is (176,224,255). Sum of RGB (Red+Green+Blue) = 176+224+255=655 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.87% from 655); Green value is 224 (87.89% from 255 or 34.20% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0E0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0E0FF is #4F1F00. Grayscale: #D5D5D5. Windows color (decimal): -5185281 or 16769200. OLE color: 16769200.

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

Color convert

RGB176224255-
CMYK0.310.1200
HSL203.54º100%84.51%-
HSV(B)203.54º30.98%100%-
XYZ62.6169.76104.77-
YUV213.18151.6101.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.87%
GREEN value IS 224 (87.89% from 255) = 34.20%
BLUE value IS 255 (100% from 255) = 38.93%
R=26.87%
G=34.20%
B=38.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762242550.310.1200203.5410084.51
HexB0E0FF1FC00cc6455
Octal260340377371400314144125
Binary101100001110000011111111111111100001100110011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E0FF; }

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

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

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

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

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

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

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

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