#B6E4FF

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

Shades of Columbia Blue #B6E4FF

Tints of Columbia Blue #B6E4FF

Color information

#B6E4FF (or 0xB6E4FF) is unknown color: approx Columbia Blue. HEX triplet: B6, E4 and FF. RGB value is (182,228,255). Sum of RGB (Red+Green+Blue) = 182+228+255=665 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.37% from 665); Green value is 228 (89.45% from 255 or 34.29% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6E4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6E4FF is #491B00. Grayscale: #D9D9D9. Windows color (decimal): -4791041 or 16770230. OLE color: 16770230.

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

Color convert

RGB182228255-
CMYK0.290.1100
HSL202.19º100%85.69%-
HSV(B)202.19º28.63%100%-
XYZ65.0872.65105.2-
YUV217.32149.26102.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 27.37%
GREEN value IS 228 (89.45% from 255) = 34.29%
BLUE value IS 255 (100% from 255) = 38.35%
R=27.37%
G=34.29%
B=38.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1822282550.290.1100202.1910085.69
HexB6E4FF1DB00ca6456
Octal266344377351300312144126
Binary101101101110010011111111111011011001100101011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6E4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6E4FF; }

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

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

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

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

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

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

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

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