#B3CEFD

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

Shades of Pale Cornflower Blue #B3CEFD

Tints of Pale Cornflower Blue #B3CEFD

Color information

#B3CEFD (or 0xB3CEFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: B3, CE and FD. RGB value is (179,206,253). Sum of RGB (Red+Green+Blue) = 179+206+253=638 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.06% from 638); Green value is 206 (80.86% from 255 or 32.29% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #B3CEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CEFD is #4C3102. Grayscale: #CBCBCB. Windows color (decimal): -4993283 or 16633523. OLE color: 16633523.

HSL color Cylindrical-coordinate representation of color #B3CEFD: hue angle of 218.11º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3CEFD is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB179206253-
CMYK0.290.1900.01
HSL218.11º94.87%84.71%-
HSV(B)218.11º29.25%99.22%-
XYZ58.3960.82101.59-
YUV203.28156.05110.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.06%
GREEN value IS 206 (80.86% from 255) = 32.29%
BLUE value IS 253 (99.22% from 255) = 39.66%
R=28.06%
G=32.29%
B=39.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1792062530.290.1900.01218.1194.8784.71
HexB3CEFD1D1301da5f55
Octal263316375352301332137125
Binary1011001111001110111111011110110011011101101010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CEFD; }

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

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

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

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

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

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

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

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