#B7D9FF

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

Shades of Pale Cornflower Blue #B7D9FF

Tints of Pale Cornflower Blue #B7D9FF

Color information

#B7D9FF (or 0xB7D9FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: B7, D9 and FF. RGB value is (183,217,255). Sum of RGB (Red+Green+Blue) = 183+217+255=655 (86% of max value = 765). Red value is 183 (71.88% from 255 or 27.94% from 655); Green value is 217 (85.16% from 255 or 33.13% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7D9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D9FF is #482600. Grayscale: #D2D2D2. Windows color (decimal): -4728321 or 16767415. OLE color: 16767415.

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

Color convert

RGB183217255-
CMYK0.280.1500
HSL211.67º100%85.88%-
HSV(B)211.67º28.24%100%-
XYZ62.3966.91104.23-
YUV211.17152.74107.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 27.94%
GREEN value IS 217 (85.16% from 255) = 33.13%
BLUE value IS 255 (100% from 255) = 38.93%
R=27.94%
G=33.13%
B=38.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1832172550.280.1500211.6710085.88
HexB7D9FF1CF00d46456
Octal267331377341700324144126
Binary101101111101100111111111111001111001101010011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D9FF; }

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

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

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

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

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

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

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

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