#B2E3FE

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

Shades of Columbia Blue #B2E3FE

Tints of Columbia Blue #B2E3FE

Color information

#B2E3FE (or 0xB2E3FE) is unknown color: approx Columbia Blue. HEX triplet: B2, E3 and FE. RGB value is (178,227,254). Sum of RGB (Red+Green+Blue) = 178+227+254=659 (87% of max value = 765). Red value is 178 (69.92% from 255 or 27.01% from 659); Green value is 227 (89.06% from 255 or 34.45% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2E3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2E3FE is #4D1C01. Grayscale: #D7D7D7. Windows color (decimal): -5053442 or 16704434. OLE color: 16704434.

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

Color convert

RGB178227254-
CMYK0.300.1100.00
HSL201.32º97.44%84.71%-
HSV(B)201.32º29.92%99.61%-
XYZ63.7271.56104.22-
YUV215.43149.77101.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.01%
GREEN value IS 227 (89.06% from 255) = 34.45%
BLUE value IS 254 (99.61% from 255) = 38.54%
R=27.01%
G=34.45%
B=38.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1782272540.300.1100.00201.3297.4484.71
HexB2E3FE1EB00c96155
Octal262343376361300311141125
Binary101100101110001111111110111101011001100100111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E3FE; }

 p { color: rgb(178,227,254); }

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

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

 a { background-color: rgb(178,227,254); }

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

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

 span { border-color: rgb(178,227,254); }

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