#B1CCFE

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

Shades of Pale Cornflower Blue #B1CCFE

Tints of Pale Cornflower Blue #B1CCFE

Color information

#B1CCFE (or 0xB1CCFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B1, CC and FE. RGB value is (177,204,254). Sum of RGB (Red+Green+Blue) = 177+204+254=635 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.87% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1CCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CCFE is #4E3301. Grayscale: #C9C9C9. Windows color (decimal): -5124866 or 16698545. OLE color: 16698545.

HSL color Cylindrical-coordinate representation of color #B1CCFE: hue angle of 218.96º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1CCFE is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB177204254-
CMYK0.300.2000.00
HSL218.96º97.47%84.51%-
HSV(B)218.96º30.31%99.61%-
XYZ57.6159.69102.25-
YUV201.63157.55110.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.87%
GREEN value IS 204 (80.08% from 255) = 32.13%
BLUE value IS 254 (99.61% from 255) = 40%
R=27.87%
G=32.13%
B=40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1772042540.300.2000.00218.9697.4784.51
HexB1CCFE1E1400db6155
Octal261314376362400333141125
Binary1011000111001100111111101111010100001101101111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CCFE; }

 p { color: rgb(177,204,254); }

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

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

 a { background-color: rgb(177,204,254); }

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

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

 span { border-color: rgb(177,204,254); }

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