#B3CFF1

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

Shades of Pale Cornflower Blue #B3CFF1

Tints of Pale Cornflower Blue #B3CFF1

Color information

#B3CFF1 (or 0xB3CFF1) is unknown color: approx Pale Cornflower Blue. HEX triplet: B3, CF and F1. RGB value is (179,207,241). Sum of RGB (Red+Green+Blue) = 179+207+241=627 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.55% from 627); Green value is 207 (81.25% from 255 or 33.01% from 627); Blue value is 241 (94.53% from 255 or 38.44% from 627); Max value from RGB is 241 - color contains mainly: blue. Hex color #B3CFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CFF1 is #4C300E. Grayscale: #CACACA. Windows color (decimal): -4993039 or 15847347. OLE color: 15847347.

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

Color convert

RGB179207241-
CMYK0.260.1400.05
HSL212.9º68.89%82.35%-
HSV(B)212.9º25.73%94.51%-
XYZ56.7860.5691.92-
YUV202.5149.72111.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.55%
GREEN value IS 207 (81.25% from 255) = 33.01%
BLUE value IS 241 (94.53% from 255) = 38.44%
R=28.55%
G=33.01%
B=38.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1792072410.260.1400.05212.968.8982.35
HexB3CFF11AE05d54552
Octal263317361321605325105122
Binary10110011110011111111000111010111001011101010110001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CFF1; }

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

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

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

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

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

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

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

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