#B7D9F9

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

Shades of Pale Cornflower Blue #B7D9F9

Tints of Pale Cornflower Blue #B7D9F9

Color information

#B7D9F9 (or 0xB7D9F9) is unknown color: approx Pale Cornflower Blue. HEX triplet: B7, D9 and F9. RGB value is (183,217,249). Sum of RGB (Red+Green+Blue) = 183+217+249=649 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.20% from 649); Green value is 217 (85.16% from 255 or 33.44% from 649); Blue value is 249 (97.66% from 255 or 38.37% from 649); Max value from RGB is 249 - color contains mainly: blue. Hex color #B7D9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D9F9 is #482606. Grayscale: #D2D2D2. Windows color (decimal): -4728327 or 16374199. OLE color: 16374199.

HSL color Cylindrical-coordinate representation of color #B7D9F9: hue angle of 209.09º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7D9F9 is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB183217249-
CMYK0.270.1300.02
HSL209.09º84.62%84.71%-
HSV(B)209.09º26.51%97.65%-
XYZ61.4466.5399.23-
YUV210.48149.74108.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.20%
GREEN value IS 217 (85.16% from 255) = 33.44%
BLUE value IS 249 (97.66% from 255) = 38.37%
R=28.20%
G=33.44%
B=38.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1832172490.270.1300.02209.0984.6284.71
HexB7D9F91BD02d15555
Octal267331371331502321125125
Binary1011011111011001111110011101111010101101000110101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D9F9; }

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

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

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

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

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

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

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

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