#B3CEFF

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

Shades of Pale Cornflower Blue #B3CEFF

Tints of Pale Cornflower Blue #B3CEFF

Color information

#B3CEFF (or 0xB3CEFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: B3, CE and FF. RGB value is (179,206,255). Sum of RGB (Red+Green+Blue) = 179+206+255=640 (84% of max value = 765). Red value is 179 (70.31% from 255 or 27.97% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3CEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CEFF is #4C3100. Grayscale: #CBCBCB. Windows color (decimal): -4993281 or 16764595. OLE color: 16764595.

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

Color convert

RGB179206255-
CMYK0.300.1900
HSL218.68º100%85.1%-
HSV(B)218.68º29.8%100%-
XYZ58.7160.95103.28-
YUV203.51157.05110.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.97%
GREEN value IS 206 (80.86% from 255) = 32.19%
BLUE value IS 255 (100% from 255) = 39.84%
R=27.97%
G=32.19%
B=39.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1792062550.300.1900218.6810085.1
HexB3CEFF1E1300db6455
Octal263316377362300333144125
Binary1011001111001110111111111111010011001101101111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CEFF; }

 p { color: rgb(179,206,255); }

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

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

 a { background-color: rgb(179,206,255); }

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

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

 span { border-color: rgb(179,206,255); }

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