#B0CEEF

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

Shades of Pale Cornflower Blue #B0CEEF

Tints of Pale Cornflower Blue #B0CEEF

Color information

#B0CEEF (or 0xB0CEEF) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, CE and EF. RGB value is (176,206,239). Sum of RGB (Red+Green+Blue) = 176+206+239=621 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.34% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #B0CEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CEEF is #4F3110. Grayscale: #C8C8C8. Windows color (decimal): -5189905 or 15716016. OLE color: 15716016.

HSL color Cylindrical-coordinate representation of color #B0CEEF: hue angle of 211.43º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0CEEF is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB176206239-
CMYK0.260.1400.06
HSL211.43º66.32%81.37%-
HSV(B)211.43º26.36%93.73%-
XYZ55.5659.690.24-
YUV200.79149.56110.32-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.34%
GREEN value IS 206 (80.86% from 255) = 33.17%
BLUE value IS 239 (93.75% from 255) = 38.49%
R=28.34%
G=33.17%
B=38.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762062390.260.1400.06211.4366.3281.37
HexB0CEEF1AE06d34251
Octal260316357321606323102121
Binary10110000110011101110111111010111001101101001110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CEEF; }

 p { color: rgb(176,206,239); }

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

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

 a { background-color: rgb(176,206,239); }

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

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

 span { border-color: rgb(176,206,239); }

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