#B0DFFD

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

Shades of Columbia Blue #B0DFFD

Tints of Columbia Blue #B0DFFD

Color information

#B0DFFD (or 0xB0DFFD) is unknown color: approx Columbia Blue. HEX triplet: B0, DF and FD. RGB value is (176,223,253). Sum of RGB (Red+Green+Blue) = 176+223+253=652 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.99% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 253 (99.22% from 255 or 38.80% from 652); Max value from RGB is 253 - color contains mainly: blue. Hex color #B0DFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DFFD is #4F2002. Grayscale: #D4D4D4. Windows color (decimal): -5185539 or 16637872. OLE color: 16637872.

HSL color Cylindrical-coordinate representation of color #B0DFFD: hue angle of 203.38º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0DFFD is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB176223253-
CMYK0.300.1200.01
HSL203.38º95.06%84.12%-
HSV(B)203.38º30.43%99.22%-
XYZ62.0269.1103-
YUV212.37150.93102.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 26.99%
GREEN value IS 223 (87.5% from 255) = 34.20%
BLUE value IS 253 (99.22% from 255) = 38.80%
R=26.99%
G=34.20%
B=38.80%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762232530.300.1200.01203.3895.0684.12
HexB0DFFD1EC01cb5f54
Octal260337375361401313137124
Binary101100001101111111111101111101100011100101110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DFFD; }

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

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

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

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

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

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

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

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