#B7DDEB

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

Shades of Light Blue #B7DDEB

Tints of Light Blue #B7DDEB

Color information

#B7DDEB (or 0xB7DDEB) is unknown color: approx Light Blue. HEX triplet: B7, DD and EB. RGB value is (183,221,235). Sum of RGB (Red+Green+Blue) = 183+221+235=639 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.64% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #B7DDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DDEB is #482214. Grayscale: #D3D3D3. Windows color (decimal): -4727317 or 15457719. OLE color: 15457719.

HSL color Cylindrical-coordinate representation of color #B7DDEB: hue angle of 196.15º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7DDEB is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183221235-
CMYK0.220.0600.08
HSL196.15º56.52%81.96%-
HSV(B)196.15º22.13%92.16%-
XYZ60.3867.7888.5-
YUV211.23141.41107.86-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.64%
GREEN value IS 221 (86.72% from 255) = 34.59%
BLUE value IS 235 (92.19% from 255) = 36.78%
R=28.64%
G=34.59%
B=36.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1832212350.220.0600.08196.1556.5281.96
HexB7DDEB16608c43952
Octal26733535326601030471122
Binary1011011111011101111010111011011001000110001001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DDEB; }

 p { color: rgb(183,221,235); }

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

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

 a { background-color: rgb(183,221,235); }

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

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

 span { border-color: rgb(183,221,235); }

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