#B0D1ED

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

Shades of Pale Cornflower Blue #B0D1ED

Tints of Pale Cornflower Blue #B0D1ED

Color information

#B0D1ED (or 0xB0D1ED) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, D1 and ED. RGB value is (176,209,237). Sum of RGB (Red+Green+Blue) = 176+209+237=622 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.30% from 622); Green value is 209 (82.03% from 255 or 33.60% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #B0D1ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D1ED is #4F2E12. Grayscale: #CACACA. Windows color (decimal): -5189139 or 15585712. OLE color: 15585712.

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

Color convert

RGB176209237-
CMYK0.260.1200.07
HSL207.54º62.89%80.98%-
HSV(B)207.54º25.74%92.94%-
XYZ55.9960.9588.93-
YUV202.32147.57109.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.30%
GREEN value IS 209 (82.03% from 255) = 33.60%
BLUE value IS 237 (92.97% from 255) = 38.10%
R=28.30%
G=33.60%
B=38.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762092370.260.1200.07207.5462.8980.98
HexB0D1ED1AC07d03f51
Octal26032135532140732077121
Binary1011000011010001111011011101011000111110100001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D1ED; }

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

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

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

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

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

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

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

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