#B7D7EE

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

Shades of Pale Cornflower Blue #B7D7EE

Tints of Pale Cornflower Blue #B7D7EE

Color information

#B7D7EE (or 0xB7D7EE) is unknown color: approx Pale Cornflower Blue. HEX triplet: B7, D7 and EE. RGB value is (183,215,238). Sum of RGB (Red+Green+Blue) = 183+215+238=636 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.77% from 636); Green value is 215 (84.38% from 255 or 33.81% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #B7D7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D7EE is #482811. Grayscale: #CFCFCF. Windows color (decimal): -4728850 or 15652791. OLE color: 15652791.

HSL color Cylindrical-coordinate representation of color #B7D7EE: hue angle of 205.09º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7D7EE is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB183215238-
CMYK0.230.1000.07
HSL205.09º61.8%82.55%-
HSV(B)205.09º23.11%93.33%-
XYZ59.2664.8490.28-
YUV208.05144.9110.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.77%
GREEN value IS 215 (84.38% from 255) = 33.81%
BLUE value IS 238 (93.36% from 255) = 37.42%
R=28.77%
G=33.81%
B=37.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1832152380.230.1000.07205.0961.882.55
HexB7D7EE17A07cd3e53
Octal26732735627120731576123
Binary1011011111010111111011101011110100111110011011111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D7EE; }

 p { color: rgb(183,215,238); }

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

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

 a { background-color: rgb(183,215,238); }

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

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

 span { border-color: rgb(183,215,238); }

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