#B7DBED

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

Shades of Light Blue #B7DBED

Tints of Light Blue #B7DBED

Color information

#B7DBED (or 0xB7DBED) is unknown color: approx Light Blue. HEX triplet: B7, DB and ED. RGB value is (183,219,237). Sum of RGB (Red+Green+Blue) = 183+219+237=639 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.64% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #B7DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DBED is #482412. Grayscale: #D2D2D2. Windows color (decimal): -4727827 or 15588279. OLE color: 15588279.

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

Color convert

RGB183219237-
CMYK0.230.0800.07
HSL200º60%82.35%-
HSV(B)200º22.78%92.94%-
XYZ60.1566.8489.85-
YUV210.29143.07108.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.64%
GREEN value IS 219 (85.94% from 255) = 34.27%
BLUE value IS 237 (92.97% from 255) = 37.09%
R=28.64%
G=34.27%
B=37.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1832192370.230.0800.072006082.35
HexB7DBED17807c83c52
Octal26733335527100731074122
Binary1011011111011011111011011011110000111110010001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DBED; }

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

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

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

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

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

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

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

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