#B3D9FB

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

Shades of Pale Cornflower Blue #B3D9FB

Tints of Pale Cornflower Blue #B3D9FB

Color information

#B3D9FB (or 0xB3D9FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B3, D9 and FB. RGB value is (179,217,251). Sum of RGB (Red+Green+Blue) = 179+217+251=647 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.67% from 647); Green value is 217 (85.16% from 255 or 33.54% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #B3D9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3D9FB is #4C2604. Grayscale: #D1D1D1. Windows color (decimal): -4990469 or 16505267. OLE color: 16505267.

HSL color Cylindrical-coordinate representation of color #B3D9FB: hue angle of 208.33º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3D9FB is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179217251-
CMYK0.290.1400.02
HSL208.33º90%84.31%-
HSV(B)208.33º28.69%98.43%-
XYZ60.8266.17100.83-
YUV209.51151.41106.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.67%
GREEN value IS 217 (85.16% from 255) = 33.54%
BLUE value IS 251 (98.44% from 255) = 38.79%
R=27.67%
G=33.54%
B=38.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792172510.290.1400.02208.339084.31
HexB3D9FB1DE02d05a54
Octal263331373351602320132124
Binary1011001111011001111110111110111100101101000010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D9FB; }

 p { color: rgb(179,217,251); }

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

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

 a { background-color: rgb(179,217,251); }

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

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

 span { border-color: rgb(179,217,251); }

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