#B1DDFF

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

Shades of Columbia Blue #B1DDFF

Tints of Columbia Blue #B1DDFF

Color information

#B1DDFF (or 0xB1DDFF) is unknown color: approx Columbia Blue. HEX triplet: B1, DD and FF. RGB value is (177,221,255). Sum of RGB (Red+Green+Blue) = 177+221+255=653 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.11% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #B1DDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DDFF is #4E2200. Grayscale: #D3D3D3. Windows color (decimal): -5120513 or 16768433. OLE color: 16768433.

HSL color Cylindrical-coordinate representation of color #B1DDFF: hue angle of 206.15º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1DDFF is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB177221255-
CMYK0.310.1300
HSL206.15º100%84.71%-
HSV(B)206.15º30.59%100%-
XYZ62.0468.28104.52-
YUV211.72152.42103.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.11%
GREEN value IS 221 (86.72% from 255) = 33.84%
BLUE value IS 255 (100% from 255) = 39.05%
R=27.11%
G=33.84%
B=39.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1772212550.310.1300206.1510084.71
HexB1DDFF1FD00ce6455
Octal261335377371500316144125
Binary101100011101110111111111111111101001100111011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DDFF; }

 p { color: rgb(177,221,255); }

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

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

 a { background-color: rgb(177,221,255); }

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

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

 span { border-color: rgb(177,221,255); }

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