#B2DFFE

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

Shades of Columbia Blue #B2DFFE

Tints of Columbia Blue #B2DFFE

Color information

#B2DFFE (or 0xB2DFFE) is unknown color: approx Columbia Blue. HEX triplet: B2, DF and FE. RGB value is (178,223,254). Sum of RGB (Red+Green+Blue) = 178+223+254=655 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.18% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2DFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DFFE is #4D2001. Grayscale: #D4D4D4. Windows color (decimal): -5054466 or 16703410. OLE color: 16703410.

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

Color convert

RGB178223254-
CMYK0.300.1200.00
HSL204.47º97.44%84.71%-
HSV(B)204.47º29.92%99.61%-
XYZ62.6469.4103.86-
YUV213.08151.09102.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.18%
GREEN value IS 223 (87.5% from 255) = 34.05%
BLUE value IS 254 (99.61% from 255) = 38.78%
R=27.18%
G=34.05%
B=38.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1782232540.300.1200.00204.4797.4484.71
HexB2DFFE1EC00cc6155
Octal262337376361400314141125
Binary101100101101111111111110111101100001100110011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DFFE; }

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

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

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

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

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

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

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

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