#B8D6EF

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

Shades of Pale Cornflower Blue #B8D6EF

Tints of Pale Cornflower Blue #B8D6EF

Color information

#B8D6EF (or 0xB8D6EF) is unknown color: approx Pale Cornflower Blue. HEX triplet: B8, D6 and EF. RGB value is (184,214,239). Sum of RGB (Red+Green+Blue) = 184+214+239=637 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.89% from 637); Green value is 214 (83.98% from 255 or 33.59% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8D6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D6EF is #472910. Grayscale: #CFCFCF. Windows color (decimal): -4663569 or 15718072. OLE color: 15718072.

HSL color Cylindrical-coordinate representation of color #B8D6EF: hue angle of 207.27º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8D6EF is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB184214239-
CMYK0.230.1000.06
HSL207.27º63.22%82.94%-
HSV(B)207.27º23.01%93.73%-
XYZ59.3964.5290.98-
YUV207.88145.56110.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.89%
GREEN value IS 214 (83.98% from 255) = 33.59%
BLUE value IS 239 (93.75% from 255) = 37.52%
R=28.89%
G=33.59%
B=37.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1842142390.230.1000.06207.2763.2282.94
HexB8D6EF17A06cf3f53
Octal27032635727120631777123
Binary1011100011010110111011111011110100110110011111111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D6EF; }

 p { color: rgb(184,214,239); }

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

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

 a { background-color: rgb(184,214,239); }

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

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

 span { border-color: rgb(184,214,239); }

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