#B3CFF0

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

Shades of Pale Cornflower Blue #B3CFF0

Tints of Pale Cornflower Blue #B3CFF0

Color information

#B3CFF0 (or 0xB3CFF0) is unknown color: approx Pale Cornflower Blue. HEX triplet: B3, CF and F0. RGB value is (179,207,240). Sum of RGB (Red+Green+Blue) = 179+207+240=626 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.59% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 240 - color contains mainly: blue. Hex color #B3CFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CFF0 is #4C300F. Grayscale: #CACACA. Windows color (decimal): -4993040 or 15781811. OLE color: 15781811.

HSL color Cylindrical-coordinate representation of color #B3CFF0: hue angle of 212.46º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3CFF0 is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB179207240-
CMYK0.250.1400.06
HSL212.46º67.03%82.16%-
HSV(B)212.46º25.42%94.12%-
XYZ56.6360.591.13-
YUV202.39149.22111.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.59%
GREEN value IS 207 (81.25% from 255) = 33.07%
BLUE value IS 240 (94.14% from 255) = 38.34%
R=28.59%
G=33.07%
B=38.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1792072400.250.1400.06212.4667.0382.16
HexB3CFF019E06d44352
Octal263317360311606324103122
Binary10110011110011111111000011001111001101101010010000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CFF0; }

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

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

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

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

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

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

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

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