#B3D7FE

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

Shades of Pale Cornflower Blue #B3D7FE

Tints of Pale Cornflower Blue #B3D7FE

Color information

#B3D7FE (or 0xB3D7FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B3, D7 and FE. RGB value is (179,215,254). Sum of RGB (Red+Green+Blue) = 179+215+254=648 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.62% from 648); Green value is 215 (84.38% from 255 or 33.18% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #B3D7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3D7FE is #4C2801. Grayscale: #D0D0D0. Windows color (decimal): -4990978 or 16701363. OLE color: 16701363.

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

Color convert

RGB179215254-
CMYK0.300.1500.00
HSL211.2º97.4%84.9%-
HSV(B)211.2º29.53%99.61%-
XYZ60.7865.34103.17-
YUV208.68153.57106.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.62%
GREEN value IS 215 (84.38% from 255) = 33.18%
BLUE value IS 254 (99.61% from 255) = 39.20%
R=27.62%
G=33.18%
B=39.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1792152540.300.1500.00211.297.484.9
HexB3D7FE1EF00d36155
Octal263327376361700323141125
Binary101100111101011111111110111101111001101001111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D7FE; }

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

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

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

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

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

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

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

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