#B3D1EB

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

Shades of Pale Cornflower Blue #B3D1EB

Tints of Pale Cornflower Blue #B3D1EB

Color information

#B3D1EB (or 0xB3D1EB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B3, D1 and EB. RGB value is (179,209,235). Sum of RGB (Red+Green+Blue) = 179+209+235=623 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.73% from 623); Green value is 209 (82.03% from 255 or 33.55% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #B3D1EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3D1EB is #4C2E14. Grayscale: #CACACA. Windows color (decimal): -4992533 or 15454643. OLE color: 15454643.

HSL color Cylindrical-coordinate representation of color #B3D1EB: hue angle of 207.86º degrees, saturation: 0.58, 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 #B3D1EB is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179209235-
CMYK0.240.1100.08
HSL207.86º58.33%81.18%-
HSV(B)207.86º23.83%92.16%-
XYZ56.3961.1887.43-
YUV202.99146.06110.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.73%
GREEN value IS 209 (82.03% from 255) = 33.55%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=28.73%
G=33.55%
B=37.72%

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
Decimal1792092350.240.1100.08207.8658.3381.18
HexB3D1EB18B08d03a51
Octal263321353301301032072121
Binary10110011110100011110101111000101101000110100001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D1EB; }

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

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

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

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

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

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

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

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