#B2DFFB

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

Shades of Columbia Blue #B2DFFB

Tints of Columbia Blue #B2DFFB

Color information

#B2DFFB (or 0xB2DFFB) is unknown color: approx Columbia Blue. HEX triplet: B2, DF and FB. RGB value is (178,223,251). Sum of RGB (Red+Green+Blue) = 178+223+251=652 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.30% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #B2DFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DFFB is #4D2004. Grayscale: #D4D4D4. Windows color (decimal): -5054469 or 16506802. OLE color: 16506802.

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

Color convert

RGB178223251-
CMYK0.290.1100.02
HSL203.01º90.12%84.12%-
HSV(B)203.01º29.08%98.43%-
XYZ62.1669.21101.35-
YUV212.74149.59103.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.30%
GREEN value IS 223 (87.5% from 255) = 34.20%
BLUE value IS 251 (98.44% from 255) = 38.50%
R=27.30%
G=34.20%
B=38.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782232510.290.1100.02203.0190.1284.12
HexB2DFFB1DB02cb5a54
Octal262337373351302313132124
Binary1011001011011111111110111110110110101100101110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DFFB; }

 p { color: rgb(178,223,251); }

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

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

 a { background-color: rgb(178,223,251); }

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

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

 span { border-color: rgb(178,223,251); }

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