#B8D9FE

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

Shades of Pale Cornflower Blue #B8D9FE

Tints of Pale Cornflower Blue #B8D9FE

Color information

#B8D9FE (or 0xB8D9FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B8, D9 and FE. RGB value is (184,217,254). Sum of RGB (Red+Green+Blue) = 184+217+254=655 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.09% from 655); Green value is 217 (85.16% from 255 or 33.13% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8D9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D9FE is #472601. Grayscale: #D3D3D3. Windows color (decimal): -4662786 or 16701880. OLE color: 16701880.

HSL color Cylindrical-coordinate representation of color #B8D9FE: hue angle of 211.71º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8D9FE is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB184217254-
CMYK0.280.1500.00
HSL211.71º97.22%85.88%-
HSV(B)211.71º27.56%99.61%-
XYZ62.4766.97103.4-
YUV211.35152.07108.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.09%
GREEN value IS 217 (85.16% from 255) = 33.13%
BLUE value IS 254 (99.61% from 255) = 38.78%
R=28.09%
G=33.13%
B=38.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1842172540.280.1500.00211.7197.2285.88
HexB8D9FE1CF00d46156
Octal270331376341700324141126
Binary101110001101100111111110111001111001101010011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D9FE; }

 p { color: rgb(184,217,254); }

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

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

 a { background-color: rgb(184,217,254); }

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

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

 span { border-color: rgb(184,217,254); }

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