#B2E2FD

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

Shades of Columbia Blue #B2E2FD

Tints of Columbia Blue #B2E2FD

Color information

#B2E2FD (or 0xB2E2FD) is unknown color: approx Columbia Blue. HEX triplet: B2, E2 and FD. RGB value is (178,226,253). Sum of RGB (Red+Green+Blue) = 178+226+253=657 (87% of max value = 765). Red value is 178 (69.92% from 255 or 27.09% from 657); Green value is 226 (88.67% from 255 or 34.40% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #B2E2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2E2FD is #4D1D02. Grayscale: #D6D6D6. Windows color (decimal): -5053699 or 16638642. OLE color: 16638642.

HSL color Cylindrical-coordinate representation of color #B2E2FD: hue angle of 201.6º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2E2FD is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB178226253-
CMYK0.300.1100.01
HSL201.6º94.94%84.51%-
HSV(B)201.6º29.64%99.22%-
XYZ63.2970.95103.29-
YUV214.73149.6101.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.09%
GREEN value IS 226 (88.67% from 255) = 34.40%
BLUE value IS 253 (99.22% from 255) = 38.51%
R=27.09%
G=34.40%
B=38.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1782262530.300.1100.01201.694.9484.51
HexB2E2FD1EB01ca5f55
Octal262342375361301312137125
Binary101100101110001011111101111101011011100101010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E2FD; }

 p { color: rgb(178,226,253); }

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

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

 a { background-color: rgb(178,226,253); }

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

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

 span { border-color: rgb(178,226,253); }

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