#B1CFF1

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

Shades of Pale Cornflower Blue #B1CFF1

Tints of Pale Cornflower Blue #B1CFF1

Color information

#B1CFF1 (or 0xB1CFF1) is unknown color: approx Pale Cornflower Blue. HEX triplet: B1, CF and F1. RGB value is (177,207,241). Sum of RGB (Red+Green+Blue) = 177+207+241=625 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.32% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #B1CFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CFF1 is #4E300E. Grayscale: #C9C9C9. Windows color (decimal): -5124111 or 15847345. OLE color: 15847345.

HSL color Cylindrical-coordinate representation of color #B1CFF1: hue angle of 211.88º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1CFF1 is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB177207241-
CMYK0.270.1400.05
HSL211.88º69.57%81.96%-
HSV(B)211.88º26.56%94.51%-
XYZ56.3260.3291.89-
YUV201.91150.06110.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.32%
GREEN value IS 207 (81.25% from 255) = 33.12%
BLUE value IS 241 (94.53% from 255) = 38.56%
R=28.32%
G=33.12%
B=38.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1772072410.270.1400.05211.8869.5781.96
HexB1CFF11BE05d44652
Octal261317361331605324106122
Binary10110001110011111111000111011111001011101010010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CFF1; }

 p { color: rgb(177,207,241); }

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

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

 a { background-color: rgb(177,207,241); }

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

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

 span { border-color: rgb(177,207,241); }

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