#B0CEEB

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

Shades of Pale Cornflower Blue #B0CEEB

Tints of Pale Cornflower Blue #B0CEEB

Color information

#B0CEEB (or 0xB0CEEB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B0, CE and EB. RGB value is (176,206,235). Sum of RGB (Red+Green+Blue) = 176+206+235=617 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.53% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #B0CEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CEEB is #4F3114. Grayscale: #C8C8C8. Windows color (decimal): -5189909 or 15453872. OLE color: 15453872.

HSL color Cylindrical-coordinate representation of color #B0CEEB: hue angle of 209.49º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0CEEB is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176206235-
CMYK0.250.1200.08
HSL209.49º59.6%80.59%-
HSV(B)209.49º25.11%92.16%-
XYZ54.9759.3787.16-
YUV200.34147.56110.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.53%
GREEN value IS 206 (80.86% from 255) = 33.39%
BLUE value IS 235 (92.19% from 255) = 38.09%
R=28.53%
G=33.39%
B=38.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1762062350.250.1200.08209.4959.680.59
HexB0CEEB19C08d13c51
Octal260316353311401032174121
Binary10110000110011101110101111001110001000110100011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CEEB; }

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

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

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

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

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

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

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

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