#B1DFFD

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

Shades of Columbia Blue #B1DFFD

Tints of Columbia Blue #B1DFFD

Color information

#B1DFFD (or 0xB1DFFD) is unknown color: approx Columbia Blue. HEX triplet: B1, DF and FD. RGB value is (177,223,253). Sum of RGB (Red+Green+Blue) = 177+223+253=653 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.11% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #B1DFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DFFD is #4E2002. Grayscale: #D4D4D4. Windows color (decimal): -5120003 or 16637873. OLE color: 16637873.

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

Color convert

RGB177223253-
CMYK0.300.1200.01
HSL203.68º95%84.31%-
HSV(B)203.68º30.04%99.22%-
XYZ62.2569.21103.01-
YUV212.67150.76102.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.11%
GREEN value IS 223 (87.5% from 255) = 34.15%
BLUE value IS 253 (99.22% from 255) = 38.74%
R=27.11%
G=34.15%
B=38.74%

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
Decimal1772232530.300.1200.01203.689584.31
HexB1DFFD1EC01cc5f54
Octal261337375361401314137124
Binary101100011101111111111101111101100011100110010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DFFD; }

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

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

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

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

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

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

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

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