#B7DCE8

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

Shades of Light Blue #B7DCE8

Tints of Light Blue #B7DCE8

Color information

#B7DCE8 (or 0xB7DCE8) is unknown color: approx Light Blue. HEX triplet: B7, DC and E8. RGB value is (183,220,232). Sum of RGB (Red+Green+Blue) = 183+220+232=635 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.82% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 232 (91.02% from 255 or 36.54% from 635); Max value from RGB is 232 - color contains mainly: blue. Hex color #B7DCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7DCE8 is #482317. Grayscale: #D2D2D2. Windows color (decimal): -4727576 or 15260855. OLE color: 15260855.

HSL color Cylindrical-coordinate representation of color #B7DCE8: hue angle of 194.69º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7DCE8 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB183220232-
CMYK0.210.0500.09
HSL194.69º51.58%81.37%-
HSV(B)194.69º21.12%90.98%-
XYZ59.6967.0886.15-
YUV210.3140.24108.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 28.82%
GREEN value IS 220 (86.33% from 255) = 34.65%
BLUE value IS 232 (91.02% from 255) = 36.54%
R=28.82%
G=34.65%
B=36.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1832202320.210.0500.09194.6951.5881.37
HexB7DCE815509c33451
Octal26733435025501130364121
Binary1011011111011100111010001010110101001110000111101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DCE8; }

 p { color: rgb(183,220,232); }

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

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

 a { background-color: rgb(183,220,232); }

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

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

 span { border-color: rgb(183,220,232); }

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