#B4E5FD

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

Shades of Columbia Blue #B4E5FD

Tints of Columbia Blue #B4E5FD

Color information

#B4E5FD (or 0xB4E5FD) is unknown color: approx Columbia Blue. HEX triplet: B4, E5 and FD. RGB value is (180,229,253). Sum of RGB (Red+Green+Blue) = 180+229+253=662 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.19% from 662); Green value is 229 (89.84% from 255 or 34.59% 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 #B4E5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4E5FD is #4B1A02. Grayscale: #D8D8D8. Windows color (decimal): -4921859 or 16639412. OLE color: 16639412.

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

Color convert

RGB180229253-
CMYK0.290.0900.01
HSL199.73º94.81%84.9%-
HSV(B)199.73º28.85%99.22%-
XYZ64.5772.83103.58-
YUV217.08148.27101.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.19%
GREEN value IS 229 (89.84% from 255) = 34.59%
BLUE value IS 253 (99.22% from 255) = 38.22%
R=27.19%
G=34.59%
B=38.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802292530.290.0900.01199.7394.8184.9
HexB4E5FD1D901c85f55
Octal264345375351101310137125
Binary101101001110010111111101111011001011100100010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E5FD; }

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

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

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

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

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

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

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

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