#B2DFFD

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

Shades of Columbia Blue #B2DFFD

Tints of Columbia Blue #B2DFFD

Color information

#B2DFFD (or 0xB2DFFD) is unknown color: approx Columbia Blue. HEX triplet: B2, DF and FD. RGB value is (178,223,253). Sum of RGB (Red+Green+Blue) = 178+223+253=654 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.22% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #B2DFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DFFD is #4D2002. Grayscale: #D4D4D4. Windows color (decimal): -5054467 or 16637874. OLE color: 16637874.

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

Color convert

RGB178223253-
CMYK0.300.1200.01
HSL204º94.94%84.51%-
HSV(B)204º29.64%99.22%-
XYZ62.4869.33103.02-
YUV212.96150.59103.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.22%
GREEN value IS 223 (87.5% from 255) = 34.10%
BLUE value IS 253 (99.22% from 255) = 38.69%
R=27.22%
G=34.10%
B=38.69%

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
Decimal1782232530.300.1200.0120494.9484.51
HexB2DFFD1EC01cc5f55
Octal262337375361401314137125
Binary101100101101111111111101111101100011100110010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DFFD; }

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

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

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

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

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

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

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

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