#B3D1EA

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

Shades of Pale Cornflower Blue #B3D1EA

Tints of Pale Cornflower Blue #B3D1EA

Color information

#B3D1EA (or 0xB3D1EA) is unknown color: approx Pale Cornflower Blue. HEX triplet: B3, D1 and EA. RGB value is (179,209,234). Sum of RGB (Red+Green+Blue) = 179+209+234=622 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.78% from 622); Green value is 209 (82.03% from 255 or 33.60% from 622); Blue value is 234 (91.80% from 255 or 37.62% from 622); Max value from RGB is 234 - color contains mainly: blue. Hex color #B3D1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3D1EA is #4C2E15. Grayscale: #CACACA. Windows color (decimal): -4992534 or 15389107. OLE color: 15389107.

HSL color Cylindrical-coordinate representation of color #B3D1EA: hue angle of 207.27º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3D1EA is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179209234-
CMYK0.240.1100.08
HSL207.27º56.7%80.98%-
HSV(B)207.27º23.5%91.76%-
XYZ56.2461.1386.68-
YUV202.88145.56110.97-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.78%
GREEN value IS 209 (82.03% from 255) = 33.60%
BLUE value IS 234 (91.80% from 255) = 37.62%
R=28.78%
G=33.60%
B=37.62%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1792092340.240.1100.08207.2756.780.98
HexB3D1EA18B08cf3951
Octal263321352301301031771121
Binary10110011110100011110101011000101101000110011111110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D1EA; }

 p { color: rgb(179,209,234); }

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

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

 a { background-color: rgb(179,209,234); }

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

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

 span { border-color: rgb(179,209,234); }

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