#B7D8FE

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

Shades of Pale Cornflower Blue #B7D8FE

Tints of Pale Cornflower Blue #B7D8FE

Color information

#B7D8FE (or 0xB7D8FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B7, D8 and FE. RGB value is (183,216,254). Sum of RGB (Red+Green+Blue) = 183+216+254=653 (86% of max value = 765). Red value is 183 (71.88% from 255 or 28.02% from 653); Green value is 216 (84.77% from 255 or 33.08% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7D8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D8FE is #482701. Grayscale: #D2D2D2. Windows color (decimal): -4728578 or 16701623. OLE color: 16701623.

HSL color Cylindrical-coordinate representation of color #B7D8FE: hue angle of 212.11º 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 #B7D8FE is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB183216254-
CMYK0.280.1500.00
HSL212.11º97.26%85.69%-
HSV(B)212.11º27.95%99.61%-
XYZ61.9766.33103.3-
YUV210.46152.57108.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.02%
GREEN value IS 216 (84.77% from 255) = 33.08%
BLUE value IS 254 (99.61% from 255) = 38.90%
R=28.02%
G=33.08%
B=38.90%

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
Decimal1832162540.280.1500.00212.1197.2685.69
HexB7D8FE1CF00d46156
Octal267330376341700324141126
Binary101101111101100011111110111001111001101010011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D8FE; }

 p { color: rgb(183,216,254); }

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

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

 a { background-color: rgb(183,216,254); }

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

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

 span { border-color: rgb(183,216,254); }

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