#B2E7FE

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

Shades of Columbia Blue #B2E7FE

Tints of Columbia Blue #B2E7FE

Color information

#B2E7FE (or 0xB2E7FE) is unknown color: approx Columbia Blue. HEX triplet: B2, E7 and FE. RGB value is (178,231,254). Sum of RGB (Red+Green+Blue) = 178+231+254=663 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.85% from 663); Green value is 231 (90.62% from 255 or 34.84% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2E7FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2E7FE is #4D1801. Grayscale: #D9D9D9. Windows color (decimal): -5052418 or 16705458. OLE color: 16705458.

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

Color convert

RGB178231254-
CMYK0.300.0900.00
HSL198.16º97.44%84.71%-
HSV(B)198.16º29.92%99.61%-
XYZ64.8373.77104.59-
YUV217.77148.4499.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.85%
GREEN value IS 231 (90.62% from 255) = 34.84%
BLUE value IS 254 (99.61% from 255) = 38.31%
R=26.85%
G=34.84%
B=38.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1782312540.300.0900.00198.1697.4484.71
HexB2E7FE1E900c66155
Octal262347376361100306141125
Binary101100101110011111111110111101001001100011011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E7FE; }

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

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

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

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

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

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

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

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