#B1CEEB

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

Shades of Pale Cornflower Blue #B1CEEB

Tints of Pale Cornflower Blue #B1CEEB

Color information

#B1CEEB (or 0xB1CEEB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B1, CE and EB. RGB value is (177,206,235). Sum of RGB (Red+Green+Blue) = 177+206+235=618 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.64% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1CEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CEEB is #4E3114. Grayscale: #C8C8C8. Windows color (decimal): -5124373 or 15453873. OLE color: 15453873.

HSL color Cylindrical-coordinate representation of color #B1CEEB: hue angle of 210º degrees, saturation: 0.59, 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 #B1CEEB is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB177206235-
CMYK0.250.1200.08
HSL210º59.18%80.78%-
HSV(B)210º24.68%92.16%-
XYZ55.259.4987.17-
YUV200.64147.39111.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.64%
GREEN value IS 206 (80.86% from 255) = 33.33%
BLUE value IS 235 (92.19% from 255) = 38.03%
R=28.64%
G=33.33%
B=38.03%

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
Decimal1772062350.250.1200.0821059.1880.78
HexB1CEEB19C08d23b51
Octal261316353311401032273121
Binary10110001110011101110101111001110001000110100101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CEEB; }

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

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

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

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

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

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

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

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