#B4E5FE

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

Shades of Columbia Blue #B4E5FE

Tints of Columbia Blue #B4E5FE

Color information

#B4E5FE (or 0xB4E5FE) is unknown color: approx Columbia Blue. HEX triplet: B4, E5 and FE. RGB value is (180,229,254). Sum of RGB (Red+Green+Blue) = 180+229+254=663 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.15% from 663); Green value is 229 (89.84% from 255 or 34.54% 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 #B4E5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4E5FE is #4B1A01. Grayscale: #D9D9D9. Windows color (decimal): -4921858 or 16704948. OLE color: 16704948.

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

Color convert

RGB180229254-
CMYK0.290.1000.00
HSL200.27º97.37%85.1%-
HSV(B)200.27º29.13%99.61%-
XYZ64.7372.9104.42-
YUV217.2148.77101.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.15%
GREEN value IS 229 (89.84% from 255) = 34.54%
BLUE value IS 254 (99.61% from 255) = 38.31%
R=27.15%
G=34.54%
B=38.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1802292540.290.1000.00200.2797.3785.1
HexB4E5FE1DA00c86155
Octal264345376351200310141125
Binary101101001110010111111110111011010001100100011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E5FE; }

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

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

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

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

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

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

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

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