#B3CDFE

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

Shades of Pale Cornflower Blue #B3CDFE

Tints of Pale Cornflower Blue #B3CDFE

Color information

#B3CDFE (or 0xB3CDFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B3, CD and FE. RGB value is (179,205,254). Sum of RGB (Red+Green+Blue) = 179+205+254=638 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.06% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #B3CDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CDFE is #4C3201. Grayscale: #CACACA. Windows color (decimal): -4993538 or 16698803. OLE color: 16698803.

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

Color convert

RGB179205254-
CMYK0.300.1900.00
HSL219.2º97.4%84.9%-
HSV(B)219.2º29.53%99.61%-
XYZ58.3160.4102.35-
YUV202.81156.89111.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.06%
GREEN value IS 205 (80.47% from 255) = 32.13%
BLUE value IS 254 (99.61% from 255) = 39.81%
R=28.06%
G=32.13%
B=39.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1792052540.300.1900.00219.297.484.9
HexB3CDFE1E1300db6155
Octal263315376362300333141125
Binary1011001111001101111111101111010011001101101111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CDFE; }

 p { color: rgb(179,205,254); }

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

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

 a { background-color: rgb(179,205,254); }

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

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

 span { border-color: rgb(179,205,254); }

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