#B4E1FD

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

Shades of Columbia Blue #B4E1FD

Tints of Columbia Blue #B4E1FD

Color information

#B4E1FD (or 0xB4E1FD) is unknown color: approx Columbia Blue. HEX triplet: B4, E1 and FD. RGB value is (180,225,253). Sum of RGB (Red+Green+Blue) = 180+225+253=658 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.36% from 658); Green value is 225 (88.28% from 255 or 34.19% from 658); Blue value is 253 (99.22% from 255 or 38.45% from 658); Max value from RGB is 253 - color contains mainly: blue. Hex color #B4E1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4E1FD is #4B1E02. Grayscale: #D6D6D6. Windows color (decimal): -4922883 or 16638388. OLE color: 16638388.

HSL color Cylindrical-coordinate representation of color #B4E1FD: hue angle of 203.01º 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 #B4E1FD is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB180225253-
CMYK0.290.1100.01
HSL203.01º94.81%84.9%-
HSV(B)203.01º28.85%99.22%-
XYZ63.4870.65103.22-
YUV214.74149.59103.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.36%
GREEN value IS 225 (88.28% from 255) = 34.19%
BLUE value IS 253 (99.22% from 255) = 38.45%
R=27.36%
G=34.19%
B=38.45%

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
Decimal1802252530.290.1100.01203.0194.8184.9
HexB4E1FD1DB01cb5f55
Octal264341375351301313137125
Binary101101001110000111111101111011011011100101110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E1FD; }

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

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

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

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

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

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

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

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