#B0D5ED

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

Shades of Pale Cornflower Blue #B0D5ED

Tints of Pale Cornflower Blue #B0D5ED

Color information

#B0D5ED (or 0xB0D5ED) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, D5 and ED. RGB value is (176,213,237). Sum of RGB (Red+Green+Blue) = 176+213+237=626 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.12% from 626); Green value is 213 (83.59% from 255 or 34.03% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #B0D5ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D5ED is #4F2A12. Grayscale: #CCCCCC. Windows color (decimal): -5188115 or 15586736. OLE color: 15586736.

HSL color Cylindrical-coordinate representation of color #B0D5ED: hue angle of 203.61º 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 #B0D5ED is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176213237-
CMYK0.260.1000.07
HSL203.61º62.89%80.98%-
HSV(B)203.61º25.74%92.94%-
XYZ56.9862.9389.26-
YUV204.67146.24107.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.12%
GREEN value IS 213 (83.59% from 255) = 34.03%
BLUE value IS 237 (92.97% from 255) = 37.86%
R=28.12%
G=34.03%
B=37.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762132370.260.1000.07203.6162.8980.98
HexB0D5ED1AA07cc3f51
Octal26032535532120731477121
Binary1011000011010101111011011101010100111110011001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D5ED; }

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

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

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

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

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

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

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

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