#B1DDFE

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

Shades of Columbia Blue #B1DDFE

Tints of Columbia Blue #B1DDFE

Color information

#B1DDFE (or 0xB1DDFE) is unknown color: approx Columbia Blue. HEX triplet: B1, DD and FE. RGB value is (177,221,254). Sum of RGB (Red+Green+Blue) = 177+221+254=652 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.15% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1DDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DDFE is #4E2201. Grayscale: #D3D3D3. Windows color (decimal): -5120514 or 16702897. OLE color: 16702897.

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

Color convert

RGB177221254-
CMYK0.300.1300.00
HSL205.71º97.47%84.51%-
HSV(B)205.71º30.31%99.61%-
XYZ61.8868.22103.67-
YUV211.61151.92103.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.15%
GREEN value IS 221 (86.72% from 255) = 33.90%
BLUE value IS 254 (99.61% from 255) = 38.96%
R=27.15%
G=33.90%
B=38.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1772212540.300.1300.00205.7197.4784.51
HexB1DDFE1ED00ce6155
Octal261335376361500316141125
Binary101100011101110111111110111101101001100111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DDFE; }

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

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

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

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

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

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

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

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