#B1DEFD

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

Shades of Columbia Blue #B1DEFD

Tints of Columbia Blue #B1DEFD

Color information

#B1DEFD (or 0xB1DEFD) is unknown color: approx Columbia Blue. HEX triplet: B1, DE and FD. RGB value is (177,222,253). Sum of RGB (Red+Green+Blue) = 177+222+253=652 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.15% from 652); Green value is 222 (87.11% from 255 or 34.05% 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 #B1DEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DEFD is #4E2102. Grayscale: #D3D3D3. Windows color (decimal): -5120259 or 16637617. OLE color: 16637617.

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

Color convert

RGB177222253-
CMYK0.300.1200.01
HSL204.47º95%84.31%-
HSV(B)204.47º30.04%99.22%-
XYZ61.9868.68102.92-
YUV212.08151.09102.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.15%
GREEN value IS 222 (87.11% from 255) = 34.05%
BLUE value IS 253 (99.22% from 255) = 38.80%
R=27.15%
G=34.05%
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
Decimal1772222530.300.1200.01204.479584.31
HexB1DEFD1EC01cc5f54
Octal261336375361401314137124
Binary101100011101111011111101111101100011100110010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DEFD; }

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

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

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

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

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

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

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

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