#B0DFFB

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

Shades of Columbia Blue #B0DFFB

Tints of Columbia Blue #B0DFFB

Color information

#B0DFFB (or 0xB0DFFB) is unknown color: approx Columbia Blue. HEX triplet: B0, DF and FB. RGB value is (176,223,251). Sum of RGB (Red+Green+Blue) = 176+223+251=650 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.08% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #B0DFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DFFB is #4F2004. Grayscale: #D3D3D3. Windows color (decimal): -5185541 or 16506800. OLE color: 16506800.

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

Color convert

RGB176223251-
CMYK0.300.1100.02
HSL202.4º90.36%83.73%-
HSV(B)202.4º29.88%98.43%-
XYZ61.768.97101.33-
YUV212.14149.93102.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.08%
GREEN value IS 223 (87.5% from 255) = 34.31%
BLUE value IS 251 (98.44% from 255) = 38.62%
R=27.08%
G=34.31%
B=38.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762232510.300.1100.02202.490.3683.73
HexB0DFFB1EB02ca5a54
Octal260337373361302312132124
Binary1011000011011111111110111111010110101100101010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DFFB; }

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

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

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

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

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

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

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

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