#B3E0FE

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

Shades of Columbia Blue #B3E0FE

Tints of Columbia Blue #B3E0FE

Color information

#B3E0FE (or 0xB3E0FE) is unknown color: approx Columbia Blue. HEX triplet: B3, E0 and FE. RGB value is (179,224,254). Sum of RGB (Red+Green+Blue) = 179+224+254=657 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.25% from 657); Green value is 224 (87.89% from 255 or 34.09% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #B3E0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3E0FE is #4C1F01. Grayscale: #D5D5D5. Windows color (decimal): -4988674 or 16703667. OLE color: 16703667.

HSL color Cylindrical-coordinate representation of color #B3E0FE: hue angle of 204º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3E0FE is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB179224254-
CMYK0.300.1200.00
HSL204º97.4%84.9%-
HSV(B)204º29.53%99.61%-
XYZ63.1470.05103.96-
YUV213.96150.59103.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.25%
GREEN value IS 224 (87.89% from 255) = 34.09%
BLUE value IS 254 (99.61% from 255) = 38.66%
R=27.25%
G=34.09%
B=38.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1792242540.300.1200.0020497.484.9
HexB3E0FE1EC00cc6155
Octal263340376361400314141125
Binary101100111110000011111110111101100001100110011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E0FE; }

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

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

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

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

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

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

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

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