#B7D9EF

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

Shades of Light Blue #B7D9EF

Tints of Light Blue #B7D9EF

Color information

#B7D9EF (or 0xB7D9EF) is unknown color: approx Light Blue. HEX triplet: B7, D9 and EF. RGB value is (183,217,239). Sum of RGB (Red+Green+Blue) = 183+217+239=639 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.64% from 639); Green value is 217 (85.16% from 255 or 33.96% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 239 - color contains mainly: blue. Hex color #B7D9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7D9EF is #482610. Grayscale: #D1D1D1. Windows color (decimal): -4728337 or 15718839. OLE color: 15718839.

HSL color Cylindrical-coordinate representation of color #B7D9EF: hue angle of 203.57º 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 #B7D9EF is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB183217239-
CMYK0.230.0900.06
HSL203.57º63.64%82.75%-
HSV(B)203.57º23.43%93.73%-
XYZ59.9265.9291.23-
YUV209.34144.74109.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.64%
GREEN value IS 217 (85.16% from 255) = 33.96%
BLUE value IS 239 (93.75% from 255) = 37.40%
R=28.64%
G=33.96%
B=37.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1832172390.230.0900.06203.5763.6482.75
HexB7D9EF17906cc4053
Octal267331357271106314100123
Binary10110111110110011110111110111100101101100110010000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7D9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7D9EF; }

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

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

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

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

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

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

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

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