#B3D4EF

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

Shades of Pale Cornflower Blue #B3D4EF

Tints of Pale Cornflower Blue #B3D4EF

Color information

#B3D4EF (or 0xB3D4EF) is unknown color: approx Pale Cornflower Blue. HEX triplet: B3, D4 and EF. RGB value is (179,212,239). Sum of RGB (Red+Green+Blue) = 179+212+239=630 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.41% from 630); Green value is 212 (83.20% from 255 or 33.65% from 630); Blue value is 239 (93.75% from 255 or 37.94% from 630); Max value from RGB is 239 - color contains mainly: blue. Hex color #B3D4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3D4EF is #4C2B10. Grayscale: #CDCDCD. Windows color (decimal): -4991761 or 15717555. OLE color: 15717555.

HSL color Cylindrical-coordinate representation of color #B3D4EF: hue angle of 207º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3D4EF is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB179212239-
CMYK0.250.1100.06
HSL207º65.22%81.96%-
HSV(B)207º25.1%93.73%-
XYZ57.7162.990.76-
YUV205.21147.07109.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.41%
GREEN value IS 212 (83.20% from 255) = 33.65%
BLUE value IS 239 (93.75% from 255) = 37.94%
R=28.41%
G=33.65%
B=37.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1792122390.250.1100.0620765.2281.96
HexB3D4EF19B06cf4152
Octal263324357311306317101122
Binary10110011110101001110111111001101101101100111110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3D4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3D4EF; }

 p { color: rgb(179,212,239); }

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

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

 a { background-color: rgb(179,212,239); }

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

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

 span { border-color: rgb(179,212,239); }

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