#B7D9FE

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

Shades of Pale Cornflower Blue #B7D9FE

Tints of Pale Cornflower Blue #B7D9FE

Color information

#B7D9FE (or 0xB7D9FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B7, D9 and FE. RGB value is (183,217,254). Sum of RGB (Red+Green+Blue) = 183+217+254=654 (86% of max value = 765). Red value is 183 (71.88% from 255 or 27.98% from 654); Green value is 217 (85.16% from 255 or 33.18% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7D9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D9FE is #482601. Grayscale: #D2D2D2. Windows color (decimal): -4728322 or 16701879. OLE color: 16701879.

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

Color convert

RGB183217254-
CMYK0.280.1500.00
HSL211.27º97.26%85.69%-
HSV(B)211.27º27.95%99.61%-
XYZ62.2366.85103.39-
YUV211.05152.24107.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.98%
GREEN value IS 217 (85.16% from 255) = 33.18%
BLUE value IS 254 (99.61% from 255) = 38.84%
R=27.98%
G=33.18%
B=38.84%

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
Decimal1832172540.280.1500.00211.2797.2685.69
HexB7D9FE1CF00d36156
Octal267331376341700323141126
Binary101101111101100111111110111001111001101001111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D9FE; }

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

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

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

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

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

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

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

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