#B1CFEB

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

Shades of Pale Cornflower Blue #B1CFEB

Tints of Pale Cornflower Blue #B1CFEB

Color information

#B1CFEB (or 0xB1CFEB) is unknown color: approx Pale Cornflower Blue. HEX triplet: B1, CF and EB. RGB value is (177,207,235). Sum of RGB (Red+Green+Blue) = 177+207+235=619 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.59% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1CFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CFEB is #4E3014. Grayscale: #C9C9C9. Windows color (decimal): -5124117 or 15454129. OLE color: 15454129.

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

Color convert

RGB177207235-
CMYK0.250.1200.08
HSL208.97º59.18%80.78%-
HSV(B)208.97º24.68%92.16%-
XYZ55.4459.9787.25-
YUV201.22147.06110.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.59%
GREEN value IS 207 (81.25% from 255) = 33.44%
BLUE value IS 235 (92.19% from 255) = 37.96%
R=28.59%
G=33.44%
B=37.96%

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
Decimal1772072350.250.1200.08208.9759.1880.78
HexB1CFEB19C08d13b51
Octal261317353311401032173121
Binary10110001110011111110101111001110001000110100011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CFEB; }

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

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

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

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

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

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

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

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