#B3E6FD

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

Shades of Columbia Blue #B3E6FD

Tints of Columbia Blue #B3E6FD

Color information

#B3E6FD (or 0xB3E6FD) is unknown color: approx Columbia Blue. HEX triplet: B3, E6 and FD. RGB value is (179,230,253). Sum of RGB (Red+Green+Blue) = 179+230+253=662 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.04% from 662); Green value is 230 (90.23% from 255 or 34.74% 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 #B3E6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3E6FD is #4C1902. Grayscale: #D9D9D9. Windows color (decimal): -4987139 or 16639667. OLE color: 16639667.

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

Color convert

RGB179230253-
CMYK0.290.0900.01
HSL198.65º94.87%84.71%-
HSV(B)198.65º29.25%99.22%-
XYZ64.6273.27103.67-
YUV217.37148.1100.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.04%
GREEN value IS 230 (90.23% from 255) = 34.74%
BLUE value IS 253 (99.22% from 255) = 38.22%
R=27.04%
G=34.74%
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
Decimal1792302530.290.0900.01198.6594.8784.71
HexB3E6FD1D901c75f55
Octal263346375351101307137125
Binary101100111110011011111101111011001011100011110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E6FD; }

 p { color: rgb(179,230,253); }

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

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

 a { background-color: rgb(179,230,253); }

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

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

 span { border-color: rgb(179,230,253); }

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