#B3CDFD

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

Shades of Pale Cornflower Blue #B3CDFD

Tints of Pale Cornflower Blue #B3CDFD

Color information

#B3CDFD (or 0xB3CDFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: B3, CD and FD. RGB value is (179,205,253). Sum of RGB (Red+Green+Blue) = 179+205+253=637 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.10% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 253 (99.22% from 255 or 39.72% from 637); Max value from RGB is 253 - color contains mainly: blue. Hex color #B3CDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CDFD is #4C3202. Grayscale: #CACACA. Windows color (decimal): -4993539 or 16633267. OLE color: 16633267.

HSL color Cylindrical-coordinate representation of color #B3CDFD: hue angle of 218.92º degrees, saturation: 0.95, 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 #B3CDFD is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB179205253-
CMYK0.290.1900.01
HSL218.92º94.87%84.71%-
HSV(B)218.92º29.25%99.22%-
XYZ58.1560.34101.51-
YUV202.7156.39111.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.10%
GREEN value IS 205 (80.47% from 255) = 32.18%
BLUE value IS 253 (99.22% from 255) = 39.72%
R=28.10%
G=32.18%
B=39.72%

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
Decimal1792052530.290.1900.01218.9294.8784.71
HexB3CDFD1D1301db5f55
Octal263315375352301333137125
Binary1011001111001101111111011110110011011101101110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CDFD; }

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

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

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

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

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

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

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

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