#B3CFEA

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

Shades of Pale Cornflower Blue #B3CFEA

Tints of Pale Cornflower Blue #B3CFEA

Color information

#B3CFEA (or 0xB3CFEA) is unknown color: approx Pale Cornflower Blue. HEX triplet: B3, CF and EA. RGB value is (179,207,234). Sum of RGB (Red+Green+Blue) = 179+207+234=620 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.87% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #B3CFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CFEA is #4C3015. Grayscale: #C9C9C9. Windows color (decimal): -4993046 or 15388595. OLE color: 15388595.

HSL color Cylindrical-coordinate representation of color #B3CFEA: hue angle of 209.45º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3CFEA is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179207234-
CMYK0.240.1200.08
HSL209.45º56.7%80.98%-
HSV(B)209.45º23.5%91.76%-
XYZ55.7560.1586.51-
YUV201.71146.22111.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.87%
GREEN value IS 207 (81.25% from 255) = 33.39%
BLUE value IS 234 (91.80% from 255) = 37.74%
R=28.87%
G=33.39%
B=37.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1792072340.240.1200.08209.4556.780.98
HexB3CFEA18C08d13951
Octal263317352301401032171121
Binary10110011110011111110101011000110001000110100011110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CFEA; }

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

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

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

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

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

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

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

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