#B4E2FD

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

Shades of Columbia Blue #B4E2FD

Tints of Columbia Blue #B4E2FD

Color information

#B4E2FD (or 0xB4E2FD) is unknown color: approx Columbia Blue. HEX triplet: B4, E2 and FD. RGB value is (180,226,253). Sum of RGB (Red+Green+Blue) = 180+226+253=659 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.31% from 659); Green value is 226 (88.67% from 255 or 34.29% from 659); Blue value is 253 (99.22% from 255 or 38.39% from 659); Max value from RGB is 253 - color contains mainly: blue. Hex color #B4E2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4E2FD is #4B1D02. Grayscale: #D7D7D7. Windows color (decimal): -4922627 or 16638644. OLE color: 16638644.

HSL color Cylindrical-coordinate representation of color #B4E2FD: hue angle of 202.19º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4E2FD is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB180226253-
CMYK0.290.1100.01
HSL202.19º94.81%84.9%-
HSV(B)202.19º28.85%99.22%-
XYZ63.7571.19103.31-
YUV215.32149.26102.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.31%
GREEN value IS 226 (88.67% from 255) = 34.29%
BLUE value IS 253 (99.22% from 255) = 38.39%
R=27.31%
G=34.29%
B=38.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802262530.290.1100.01202.1994.8184.9
HexB4E2FD1DB01ca5f55
Octal264342375351301312137125
Binary101101001110001011111101111011011011100101010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E2FD; }

 p { color: rgb(180,226,253); }

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

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

 a { background-color: rgb(180,226,253); }

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

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

 span { border-color: rgb(180,226,253); }

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