#B3E5FD

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

Shades of Columbia Blue #B3E5FD

Tints of Columbia Blue #B3E5FD

Color information

#B3E5FD (or 0xB3E5FD) is unknown color: approx Columbia Blue. HEX triplet: B3, E5 and FD. RGB value is (179,229,253). Sum of RGB (Red+Green+Blue) = 179+229+253=661 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.08% from 661); Green value is 229 (89.84% from 255 or 34.64% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #B3E5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3E5FD is #4C1A02. Grayscale: #D8D8D8. Windows color (decimal): -4987395 or 16639411. OLE color: 16639411.

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

Color convert

RGB179229253-
CMYK0.290.0900.01
HSL199.46º94.87%84.71%-
HSV(B)199.46º29.25%99.22%-
XYZ64.3472.71103.57-
YUV216.79148.44101.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.08%
GREEN value IS 229 (89.84% from 255) = 34.64%
BLUE value IS 253 (99.22% from 255) = 38.28%
R=27.08%
G=34.64%
B=38.28%

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
Decimal1792292530.290.0900.01199.4694.8784.71
HexB3E5FD1D901c75f55
Octal263345375351101307137125
Binary101100111110010111111101111011001011100011110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3E5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3E5FD; }

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

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

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

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

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

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

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

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