#B2E7FD

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

Shades of Columbia Blue #B2E7FD

Tints of Columbia Blue #B2E7FD

Color information

#B2E7FD (or 0xB2E7FD) is unknown color: approx Columbia Blue. HEX triplet: B2, E7 and FD. RGB value is (178,231,253). Sum of RGB (Red+Green+Blue) = 178+231+253=662 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.89% from 662); Green value is 231 (90.62% from 255 or 34.89% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #B2E7FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2E7FD is #4D1802. Grayscale: #D9D9D9. Windows color (decimal): -5052419 or 16639922. OLE color: 16639922.

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

Color convert

RGB178231253-
CMYK0.300.0900.01
HSL197.6º94.94%84.51%-
HSV(B)197.6º29.64%99.22%-
XYZ64.6773.71103.75-
YUV217.66147.9499.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 26.89%
GREEN value IS 231 (90.62% from 255) = 34.89%
BLUE value IS 253 (99.22% from 255) = 38.22%
R=26.89%
G=34.89%
B=38.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1782312530.300.0900.01197.694.9484.51
HexB2E7FD1E901c65f55
Octal262347375361101306137125
Binary101100101110011111111101111101001011100011010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E7FD; }

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

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

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

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

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

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

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

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