#B0D1EC

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

Shades of Pale Cornflower Blue #B0D1EC

Tints of Pale Cornflower Blue #B0D1EC

Color information

#B0D1EC (or 0xB0D1EC) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, D1 and EC. RGB value is (176,209,236). Sum of RGB (Red+Green+Blue) = 176+209+236=621 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.34% from 621); Green value is 209 (82.03% from 255 or 33.66% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #B0D1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D1EC is #4F2E13. Grayscale: #CACACA. Windows color (decimal): -5189140 or 15520176. OLE color: 15520176.

HSL color Cylindrical-coordinate representation of color #B0D1EC: hue angle of 207º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0D1EC is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176209236-
CMYK0.250.1100.07
HSL207º61.22%80.78%-
HSV(B)207º25.42%92.55%-
XYZ55.8560.8988.17-
YUV202.21147.07109.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.34%
GREEN value IS 209 (82.03% from 255) = 33.66%
BLUE value IS 236 (92.58% from 255) = 38.00%
R=28.34%
G=33.66%
B=38.00%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762092360.250.1100.0720761.2280.78
HexB0D1EC19B07cf3d51
Octal26032135431130731775121
Binary1011000011010001111011001100110110111110011111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D1EC; }

 p { color: rgb(176,209,236); }

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

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

 a { background-color: rgb(176,209,236); }

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

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

 span { border-color: rgb(176,209,236); }

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