#B3CDFC

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

Shades of Pale Cornflower Blue #B3CDFC

Tints of Pale Cornflower Blue #B3CDFC

Color information

#B3CDFC (or 0xB3CDFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: B3, CD and FC. RGB value is (179,205,252). Sum of RGB (Red+Green+Blue) = 179+205+252=636 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.14% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #B3CDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CDFC is #4C3203. Grayscale: #CACACA. Windows color (decimal): -4993540 or 16567731. OLE color: 16567731.

HSL color Cylindrical-coordinate representation of color #B3CDFC: hue angle of 218.63º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3CDFC is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB179205252-
CMYK0.290.1900.01
HSL218.63º92.41%84.51%-
HSV(B)218.63º28.97%98.82%-
XYZ57.9960.27100.67-
YUV202.58155.89111.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.14%
GREEN value IS 205 (80.47% from 255) = 32.23%
BLUE value IS 252 (98.83% from 255) = 39.62%
R=28.14%
G=32.23%
B=39.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1792052520.290.1900.01218.6392.4184.51
HexB3CDFC1D1301db5c55
Octal263315374352301333134125
Binary1011001111001101111111001110110011011101101110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CDFC; }

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

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

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

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

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

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

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

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