#B1DEFC

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

Shades of Columbia Blue #B1DEFC

Tints of Columbia Blue #B1DEFC

Color information

#B1DEFC (or 0xB1DEFC) is unknown color: approx Columbia Blue. HEX triplet: B1, DE and FC. RGB value is (177,222,252). Sum of RGB (Red+Green+Blue) = 177+222+252=651 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.19% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #B1DEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DEFC is #4E2103. Grayscale: #D3D3D3. Windows color (decimal): -5120260 or 16572081. OLE color: 16572081.

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

Color convert

RGB177222252-
CMYK0.300.1200.01
HSL204º92.59%84.12%-
HSV(B)204º29.76%98.82%-
XYZ61.8268.62102.08-
YUV211.96150.59103.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.19%
GREEN value IS 222 (87.11% from 255) = 34.10%
BLUE value IS 252 (98.83% from 255) = 38.71%
R=27.19%
G=34.10%
B=38.71%

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
Decimal1772222520.300.1200.0120492.5984.12
HexB1DEFC1EC01cc5d54
Octal261336374361401314135124
Binary101100011101111011111100111101100011100110010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DEFC; }

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

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

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

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

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

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

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

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