#B3E2FC

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

Shades of Columbia Blue #B3E2FC

Tints of Columbia Blue #B3E2FC

Color information

#B3E2FC (or 0xB3E2FC) is unknown color: approx Columbia Blue. HEX triplet: B3, E2 and FC. RGB value is (179,226,252). Sum of RGB (Red+Green+Blue) = 179+226+252=657 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.25% from 657); Green value is 226 (88.67% from 255 or 34.40% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #B3E2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3E2FC is #4C1D03. Grayscale: #D6D6D6. Windows color (decimal): -4988164 or 16573107. OLE color: 16573107.

HSL color Cylindrical-coordinate representation of color #B3E2FC: hue angle of 201.37º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3E2FC is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB179226252-
CMYK0.290.1000.01
HSL201.37º92.41%84.51%-
HSV(B)201.37º28.97%98.82%-
XYZ63.3671102.46-
YUV214.91148.93102.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.25%
GREEN value IS 226 (88.67% from 255) = 34.40%
BLUE value IS 252 (98.83% from 255) = 38.36%
R=27.25%
G=34.40%
B=38.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1792262520.290.1000.01201.3792.4184.51
HexB3E2FC1DA01c95c55
Octal263342374351201311134125
Binary101100111110001011111100111011010011100100110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E2FC; }

 p { color: rgb(179,226,252); }

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

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

 a { background-color: rgb(179,226,252); }

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

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

 span { border-color: rgb(179,226,252); }

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