#B2DEFD

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

Shades of Columbia Blue #B2DEFD

Tints of Columbia Blue #B2DEFD

Color information

#B2DEFD (or 0xB2DEFD) is unknown color: approx Columbia Blue. HEX triplet: B2, DE and FD. RGB value is (178,222,253). Sum of RGB (Red+Green+Blue) = 178+222+253=653 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.26% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #B2DEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DEFD is #4D2102. Grayscale: #D4D4D4. Windows color (decimal): -5054723 or 16637618. OLE color: 16637618.

HSL color Cylindrical-coordinate representation of color #B2DEFD: hue angle of 204.8º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2DEFD is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB178222253-
CMYK0.300.1200.01
HSL204.8º94.94%84.51%-
HSV(B)204.8º29.64%99.22%-
XYZ62.2168.8102.93-
YUV212.38150.92103.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.26%
GREEN value IS 222 (87.11% from 255) = 34.00%
BLUE value IS 253 (99.22% from 255) = 38.74%
R=27.26%
G=34.00%
B=38.74%

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
Decimal1782222530.300.1200.01204.894.9484.51
HexB2DEFD1EC01cd5f55
Octal262336375361401315137125
Binary101100101101111011111101111101100011100110110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DEFD; }

 p { color: rgb(178,222,253); }

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

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

 a { background-color: rgb(178,222,253); }

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

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

 span { border-color: rgb(178,222,253); }

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