#B3D6FA

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

Shades of Pale Cornflower Blue #B3D6FA

Tints of Pale Cornflower Blue #B3D6FA

Color information

#B3D6FA (or 0xB3D6FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: B3, D6 and FA. RGB value is (179,214,250). Sum of RGB (Red+Green+Blue) = 179+214+250=643 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.84% from 643); Green value is 214 (83.98% from 255 or 33.28% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #B3D6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3D6FA is #4C2905. Grayscale: #CFCFCF. Windows color (decimal): -4991238 or 16438963. OLE color: 16438963.

HSL color Cylindrical-coordinate representation of color #B3D6FA: hue angle of 210.42º 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 #B3D6FA is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179214250-
CMYK0.280.1400.02
HSL210.42º87.65%84.12%-
HSV(B)210.42º28.4%98.04%-
XYZ59.8964.5899.75-
YUV207.64151.9107.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.84%
GREEN value IS 214 (83.98% from 255) = 33.28%
BLUE value IS 250 (98.05% from 255) = 38.88%
R=27.84%
G=33.28%
B=38.88%

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
Decimal1792142500.280.1400.02210.4287.6584.12
HexB3D6FA1CE02d25854
Octal263326372341602322130124
Binary1011001111010110111110101110011100101101001010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D6FA; }

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

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

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

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

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

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

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

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