#B0DDFD

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

Shades of Columbia Blue #B0DDFD

Tints of Columbia Blue #B0DDFD

Color information

#B0DDFD (or 0xB0DDFD) is unknown color: approx Columbia Blue. HEX triplet: B0, DD and FD. RGB value is (176,221,253). Sum of RGB (Red+Green+Blue) = 176+221+253=650 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.08% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 253 - color contains mainly: blue. Hex color #B0DDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DDFD is #4F2202. Grayscale: #D3D3D3. Windows color (decimal): -5186051 or 16637360. OLE color: 16637360.

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

Color convert

RGB176221253-
CMYK0.300.1300.01
HSL204.94º95.06%84.12%-
HSV(B)204.94º30.43%99.22%-
XYZ61.4968.03102.82-
YUV211.19151.59102.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.08%
GREEN value IS 221 (86.72% from 255) = 34%
BLUE value IS 253 (99.22% from 255) = 38.92%
R=27.08%
G=34%
B=38.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1762212530.300.1300.01204.9495.0684.12
HexB0DDFD1ED01cd5f54
Octal260335375361501315137124
Binary101100001101110111111101111101101011100110110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DDFD; }

 p { color: rgb(176,221,253); }

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

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

 a { background-color: rgb(176,221,253); }

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

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

 span { border-color: rgb(176,221,253); }

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