#B4E4FF

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

Shades of Columbia Blue #B4E4FF

Tints of Columbia Blue #B4E4FF

Color information

#B4E4FF (or 0xB4E4FF) is unknown color: approx Columbia Blue. HEX triplet: B4, E4 and FF. RGB value is (180,228,255). Sum of RGB (Red+Green+Blue) = 180+228+255=663 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.15% from 663); Green value is 228 (89.45% from 255 or 34.39% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4E4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4E4FF is #4B1B00. Grayscale: #D8D8D8. Windows color (decimal): -4922113 or 16770228. OLE color: 16770228.

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

Color convert

RGB180228255-
CMYK0.290.1100
HSL201.6º100%85.29%-
HSV(B)201.6º29.41%100%-
XYZ64.6272.41105.18-
YUV216.73149.6101.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.15%
GREEN value IS 228 (89.45% from 255) = 34.39%
BLUE value IS 255 (100% from 255) = 38.46%
R=27.15%
G=34.39%
B=38.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1802282550.290.1100201.610085.29
HexB4E4FF1DB00ca6455
Octal264344377351300312144125
Binary101101001110010011111111111011011001100101011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E4FF; }

 p { color: rgb(180,228,255); }

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

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

 a { background-color: rgb(180,228,255); }

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

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

 span { border-color: rgb(180,228,255); }

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