#B0DFF9

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

Shades of Columbia Blue #B0DFF9

Tints of Columbia Blue #B0DFF9

Color information

#B0DFF9 (or 0xB0DFF9) is unknown color: approx Columbia Blue. HEX triplet: B0, DF and F9. RGB value is (176,223,249). Sum of RGB (Red+Green+Blue) = 176+223+249=648 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.16% from 648); Green value is 223 (87.5% from 255 or 34.41% from 648); Blue value is 249 (97.66% from 255 or 38.43% from 648); Max value from RGB is 249 - color contains mainly: blue. Hex color #B0DFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DFF9 is #4F2006. Grayscale: #D3D3D3. Windows color (decimal): -5185543 or 16375728. OLE color: 16375728.

HSL color Cylindrical-coordinate representation of color #B0DFF9: hue angle of 201.37º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0DFF9 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB176223249-
CMYK0.290.1000.02
HSL201.37º85.88%83.33%-
HSV(B)201.37º29.32%97.65%-
XYZ61.3968.8599.68-
YUV211.91148.93102.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.16%
GREEN value IS 223 (87.5% from 255) = 34.41%
BLUE value IS 249 (97.66% from 255) = 38.43%
R=27.16%
G=34.41%
B=38.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762232490.290.1000.02201.3785.8883.33
HexB0DFF91DA02c95653
Octal260337371351202311126123
Binary1011000011011111111110011110110100101100100110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DFF9; }

 p { color: rgb(176,223,249); }

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

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

 a { background-color: rgb(176,223,249); }

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

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

 span { border-color: rgb(176,223,249); }

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