#B3CFED

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

Shades of Pale Cornflower Blue #B3CFED

Tints of Pale Cornflower Blue #B3CFED

Color information

#B3CFED (or 0xB3CFED) is unknown color: approx Pale Cornflower Blue. HEX triplet: B3, CF and ED. RGB value is (179,207,237). Sum of RGB (Red+Green+Blue) = 179+207+237=623 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.73% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #B3CFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3CFED is #4C3012. Grayscale: #C9C9C9. Windows color (decimal): -4993043 or 15585203. OLE color: 15585203.

HSL color Cylindrical-coordinate representation of color #B3CFED: hue angle of 211.03º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3CFED is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179207237-
CMYK0.240.1300.07
HSL211.03º61.7%81.57%-
HSV(B)211.03º24.47%92.94%-
XYZ56.1960.3288.8-
YUV202.05147.72111.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.73%
GREEN value IS 207 (81.25% from 255) = 33.23%
BLUE value IS 237 (92.97% from 255) = 38.04%
R=28.73%
G=33.23%
B=38.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1792072370.240.1300.07211.0361.781.57
HexB3CFED18D07d33e52
Octal26331735530150732376122
Binary1011001111001111111011011100011010111110100111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CFED; }

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

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

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

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

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

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

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

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