#b6e1ff

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

Shades of Columbia Blue #B6E1FF

Tints of Columbia Blue #B6E1FF

Color information

#B6E1FF (or 0xB6E1FF) is unknown color: approx Columbia Blue. HEX triplet: B6, E1 and FF. RGB value is (182,225,255). Sum of RGB (Red+Green+Blue) = 182+225+255=662 (87% of max value = 765). Red value is 182 (71.48% from 255 or 27.49% from 662); Green value is 225 (88.28% from 255 or 33.99% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6E1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6E1FF is #491E00. Grayscale: #D7D7D7. Windows color (decimal): -4791809 or 16769462. OLE color: 16769462.

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

Color convert

RGB182225255-
CMYK0.290.1200
HSL204.66º100%85.69%-
HSV(B)204.66º28.63%100%-
XYZ64.2771.02104.93-
YUV215.56150.25104.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.49%
GREEN value IS 225 (88.28% from 255) = 33.99%
BLUE value IS 255 (100% from 255) = 38.52%
R=27.49%
G=33.99%
B=38.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822252550.290.1200204.6610085.69
HexB6E1FF1DC00cd6456
Octal266341377351400315144126
Binary101101101110000111111111111011100001100110111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6e1ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6e1ff; }

 p { color: rgb(182,225,255); }

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

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

 a { background-color: rgb(182,225,255); }

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

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

 span { border-color: rgb(182,225,255); }

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