#B7DBEB

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

Shades of Light Blue #B7DBEB

Tints of Light Blue #B7DBEB

Color information

#B7DBEB (or 0xB7DBEB) is unknown color: approx Light Blue. HEX triplet: B7, DB and EB. RGB value is (183,219,235). Sum of RGB (Red+Green+Blue) = 183+219+235=637 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.73% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #B7DBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DBEB is #482414. Grayscale: #D1D1D1. Windows color (decimal): -4727829 or 15457207. OLE color: 15457207.

HSL color Cylindrical-coordinate representation of color #B7DBEB: hue angle of 198.46º 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 #B7DBEB is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183219235-
CMYK0.220.0700.08
HSL198.46º56.52%81.96%-
HSV(B)198.46º22.13%92.16%-
XYZ59.8666.7388.32-
YUV210.06142.07108.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.73%
GREEN value IS 219 (85.94% from 255) = 34.38%
BLUE value IS 235 (92.19% from 255) = 36.89%
R=28.73%
G=34.38%
B=36.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1832192350.220.0700.08198.4656.5281.96
HexB7DBEB16708c63952
Octal26733335326701030671122
Binary1011011111011011111010111011011101000110001101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DBEB; }

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

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

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

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

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

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

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

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