#B2E6FE

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

Shades of Columbia Blue #B2E6FE

Tints of Columbia Blue #B2E6FE

Color information

#B2E6FE (or 0xB2E6FE) is unknown color: approx Columbia Blue. HEX triplet: B2, E6 and FE. RGB value is (178,230,254). Sum of RGB (Red+Green+Blue) = 178+230+254=662 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.89% from 662); Green value is 230 (90.23% from 255 or 34.74% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2E6FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2E6FE is #4D1901. Grayscale: #D9D9D9. Windows color (decimal): -5052674 or 16705202. OLE color: 16705202.

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

Color convert

RGB178230254-
CMYK0.300.0900.00
HSL198.95º97.44%84.71%-
HSV(B)198.95º29.92%99.61%-
XYZ64.5573.21104.5-
YUV217.19148.77100.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.89%
GREEN value IS 230 (90.23% from 255) = 34.74%
BLUE value IS 254 (99.61% from 255) = 38.37%
R=26.89%
G=34.74%
B=38.37%

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
Decimal1782302540.300.0900.00198.9597.4484.71
HexB2E6FE1E900c76155
Octal262346376361100307141125
Binary101100101110011011111110111101001001100011111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E6FE; }

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

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

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

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

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

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

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

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