#B3D0EF

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

Shades of Pale Cornflower Blue #B3D0EF

Tints of Pale Cornflower Blue #B3D0EF

Color information

#B3D0EF (or 0xB3D0EF) is unknown color: approx Pale Cornflower Blue. HEX triplet: B3, D0 and EF. RGB value is (179,208,239). Sum of RGB (Red+Green+Blue) = 179+208+239=626 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.59% from 626); Green value is 208 (81.64% from 255 or 33.23% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #B3D0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3D0EF is #4C2F10. Grayscale: #CACACA. Windows color (decimal): -4992785 or 15716531. OLE color: 15716531.

HSL color Cylindrical-coordinate representation of color #B3D0EF: hue angle of 211º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3D0EF is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB179208239-
CMYK0.250.1300.06
HSL211º65.22%81.96%-
HSV(B)211º25.1%93.73%-
XYZ56.7360.9390.43-
YUV202.86148.39110.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.59%
GREEN value IS 208 (81.64% from 255) = 33.23%
BLUE value IS 239 (93.75% from 255) = 38.18%
R=28.59%
G=33.23%
B=38.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1792082390.250.1300.0621165.2281.96
HexB3D0EF19D06d34152
Octal263320357311506323101122
Binary10110011110100001110111111001110101101101001110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D0EF; }

 p { color: rgb(179,208,239); }

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

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

 a { background-color: rgb(179,208,239); }

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

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

 span { border-color: rgb(179,208,239); }

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