#B3CEFA

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

Shades of Pale Cornflower Blue #B3CEFA

Tints of Pale Cornflower Blue #B3CEFA

Color information

#B3CEFA (or 0xB3CEFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: B3, CE and FA. RGB value is (179,206,250). Sum of RGB (Red+Green+Blue) = 179+206+250=635 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.19% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #B3CEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CEFA is #4C3105. Grayscale: #CACACA. Windows color (decimal): -4993286 or 16436915. OLE color: 16436915.

HSL color Cylindrical-coordinate representation of color #B3CEFA: hue angle of 217.18º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3CEFA is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179206250-
CMYK0.280.1800.02
HSL217.18º87.65%84.12%-
HSV(B)217.18º28.4%98.04%-
XYZ57.9260.6399.09-
YUV202.94154.55110.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.19%
GREEN value IS 206 (80.86% from 255) = 32.44%
BLUE value IS 250 (98.05% from 255) = 39.37%
R=28.19%
G=32.44%
B=39.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1792062500.280.1800.02217.1887.6584.12
HexB3CEFA1C1202d95854
Octal263316372342202331130124
Binary10110011110011101111101011100100100101101100110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CEFA; }

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

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

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

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

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

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

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

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