#B4DFFE

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

Shades of Columbia Blue #B4DFFE

Tints of Columbia Blue #B4DFFE

Color information

#B4DFFE (or 0xB4DFFE) is unknown color: approx Columbia Blue. HEX triplet: B4, DF and FE. RGB value is (180,223,254). Sum of RGB (Red+Green+Blue) = 180+223+254=657 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.40% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 254 (99.61% from 255 or 38.66% from 657); Max value from RGB is 254 - color contains mainly: blue. Hex color #B4DFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B4DFFE is #4B2001. Grayscale: #D5D5D5. Windows color (decimal): -4923394 or 16703412. OLE color: 16703412.

HSL color Cylindrical-coordinate representation of color #B4DFFE: hue angle of 205.14º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4DFFE is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB180223254-
CMYK0.290.1200.00
HSL205.14º97.37%85.1%-
HSV(B)205.14º29.13%99.61%-
XYZ63.169.63103.88-
YUV213.68150.75103.98-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 27.40%
GREEN value IS 223 (87.5% from 255) = 33.94%
BLUE value IS 254 (99.61% from 255) = 38.66%
R=27.40%
G=33.94%
B=38.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1802232540.290.1200.00205.1497.3785.1
HexB4DFFE1DC00cd6155
Octal264337376351400315141125
Binary101101001101111111111110111011100001100110111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DFFE; }

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

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

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

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

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

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

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

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