#B7DBEC

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

Shades of Light Blue #B7DBEC

Tints of Light Blue #B7DBEC

Color information

#B7DBEC (or 0xB7DBEC) is unknown color: approx Light Blue. HEX triplet: B7, DB and EC. RGB value is (183,219,236). Sum of RGB (Red+Green+Blue) = 183+219+236=638 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.68% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #B7DBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DBEC is #482413. Grayscale: #D2D2D2. Windows color (decimal): -4727828 or 15522743. OLE color: 15522743.

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

Color convert

RGB183219236-
CMYK0.220.0700.07
HSL199.25º58.24%82.16%-
HSV(B)199.25º22.46%92.55%-
XYZ6066.7989.09-
YUV210.17142.57108.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.68%
GREEN value IS 219 (85.94% from 255) = 34.33%
BLUE value IS 236 (92.58% from 255) = 36.99%
R=28.68%
G=34.33%
B=36.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1832192360.220.0700.07199.2558.2482.16
HexB7DBEC16707c73a52
Octal2673333542670730772122
Binary101101111101101111101100101101110111110001111110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DBEC; }

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

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

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

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

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

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

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

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