#B3D7FA

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

Shades of Pale Cornflower Blue #B3D7FA

Tints of Pale Cornflower Blue #B3D7FA

Color information

#B3D7FA (or 0xB3D7FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: B3, D7 and FA. RGB value is (179,215,250). Sum of RGB (Red+Green+Blue) = 179+215+250=644 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.80% from 644); Green value is 215 (84.38% from 255 or 33.39% from 644); Blue value is 250 (98.05% from 255 or 38.82% from 644); Max value from RGB is 250 - color contains mainly: blue. Hex color #B3D7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3D7FA is #4C2805. Grayscale: #D0D0D0. Windows color (decimal): -4990982 or 16439219. OLE color: 16439219.

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

Color convert

RGB179215250-
CMYK0.280.1400.02
HSL209.58º87.65%84.12%-
HSV(B)209.58º28.4%98.04%-
XYZ60.1565.0999.84-
YUV208.23151.57107.15-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.80%
GREEN value IS 215 (84.38% from 255) = 33.39%
BLUE value IS 250 (98.05% from 255) = 38.82%
R=27.80%
G=33.39%
B=38.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792152500.280.1400.02209.5887.6584.12
HexB3D7FA1CE02d25854
Octal263327372341602322130124
Binary1011001111010111111110101110011100101101001010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D7FA; }

 p { color: rgb(179,215,250); }

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

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

 a { background-color: rgb(179,215,250); }

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

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

 span { border-color: rgb(179,215,250); }

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