#B3D4EC

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

Shades of Pale Cornflower Blue #B3D4EC

Tints of Pale Cornflower Blue #B3D4EC

Color information

#B3D4EC (or 0xB3D4EC) is unknown color: approx Pale Cornflower Blue. HEX triplet: B3, D4 and EC. RGB value is (179,212,236). Sum of RGB (Red+Green+Blue) = 179+212+236=627 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.55% from 627); Green value is 212 (83.20% from 255 or 33.81% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #B3D4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3D4EC is #4C2B13. Grayscale: #CCCCCC. Windows color (decimal): -4991764 or 15520947. OLE color: 15520947.

HSL color Cylindrical-coordinate representation of color #B3D4EC: hue angle of 205.26º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3D4EC is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179212236-
CMYK0.240.1000.07
HSL205.26º60%81.37%-
HSV(B)205.26º24.15%92.55%-
XYZ57.2762.7388.45-
YUV204.87145.57109.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.55%
GREEN value IS 212 (83.20% from 255) = 33.81%
BLUE value IS 236 (92.58% from 255) = 37.64%
R=28.55%
G=33.81%
B=37.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1792122360.240.1000.07205.266081.37
HexB3D4EC18A07cd3c51
Octal26332435430120731574121
Binary1011001111010100111011001100010100111110011011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D4EC; }

 p { color: rgb(179,212,236); }

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

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

 a { background-color: rgb(179,212,236); }

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

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

 span { border-color: rgb(179,212,236); }

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