#B7D3EF

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

Shades of Pale Cornflower Blue #B7D3EF

Tints of Pale Cornflower Blue #B7D3EF

Color information

#B7D3EF (or 0xB7D3EF) is unknown color: approx Pale Cornflower Blue. HEX triplet: B7, D3 and EF. RGB value is (183,211,239). Sum of RGB (Red+Green+Blue) = 183+211+239=633 (83% of max value = 765). Red value is 183 (71.88% from 255 or 28.91% from 633); Green value is 211 (82.81% from 255 or 33.33% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #B7D3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D3EF is #482C10. Grayscale: #CDCDCD. Windows color (decimal): -4729873 or 15717303. OLE color: 15717303.

HSL color Cylindrical-coordinate representation of color #B7D3EF: hue angle of 210º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7D3EF is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB183211239-
CMYK0.230.1200.06
HSL210º63.64%82.75%-
HSV(B)210º23.43%93.73%-
XYZ58.462.8990.72-
YUV205.82146.72111.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.91%
GREEN value IS 211 (82.81% from 255) = 33.33%
BLUE value IS 239 (93.75% from 255) = 37.76%
R=28.91%
G=33.33%
B=37.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1832112390.230.1200.0621063.6482.75
HexB7D3EF17C06d24053
Octal267323357271406322100123
Binary10110111110100111110111110111110001101101001010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D3EF; }

 p { color: rgb(183,211,239); }

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

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

 a { background-color: rgb(183,211,239); }

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

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

 span { border-color: rgb(183,211,239); }

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