#B7E2FE

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

Shades of Columbia Blue #B7E2FE

Tints of Columbia Blue #B7E2FE

Color information

#B7E2FE (or 0xB7E2FE) is unknown color: approx Columbia Blue. HEX triplet: B7, E2 and FE. RGB value is (183,226,254). Sum of RGB (Red+Green+Blue) = 183+226+254=663 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.60% from 663); Green value is 226 (88.67% from 255 or 34.09% 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 #B7E2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7E2FE is #481D01. Grayscale: #D8D8D8. Windows color (decimal): -4726018 or 16704183. OLE color: 16704183.

HSL color Cylindrical-coordinate representation of color #B7E2FE: hue angle of 203.66º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7E2FE is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB183226254-
CMYK0.280.1100.00
HSL203.66º97.26%85.69%-
HSV(B)203.66º27.95%99.61%-
XYZ64.6171.62104.18-
YUV216.34149.25104.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.60%
GREEN value IS 226 (88.67% from 255) = 34.09%
BLUE value IS 254 (99.61% from 255) = 38.31%
R=27.60%
G=34.09%
B=38.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1832262540.280.1100.00203.6697.2685.69
HexB7E2FE1CB00cc6156
Octal267342376341300314141126
Binary101101111110001011111110111001011001100110011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7E2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7E2FE; }

 p { color: rgb(183,226,254); }

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

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

 a { background-color: rgb(183,226,254); }

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

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

 span { border-color: rgb(183,226,254); }

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