#B8DCE9

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

Shades of Light Blue #B8DCE9

Tints of Light Blue #B8DCE9

Color information

#B8DCE9 (or 0xB8DCE9) is unknown color: approx Light Blue. HEX triplet: B8, DC and E9. RGB value is (184,220,233). Sum of RGB (Red+Green+Blue) = 184+220+233=637 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.89% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 233 (91.41% from 255 or 36.58% from 637); Max value from RGB is 233 - color contains mainly: blue. Hex color #B8DCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DCE9 is #472316. Grayscale: #D2D2D2. Windows color (decimal): -4662039 or 15326392. OLE color: 15326392.

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

Color convert

RGB184220233-
CMYK0.210.0600.09
HSL195.92º52.69%81.76%-
HSV(B)195.92º21.03%91.37%-
XYZ60.0767.2686.91-
YUV210.72140.57108.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.89%
GREEN value IS 220 (86.33% from 255) = 34.54%
BLUE value IS 233 (91.41% from 255) = 36.58%
R=28.89%
G=34.54%
B=36.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1842202330.210.0600.09195.9252.6981.76
HexB8DCE915609c43552
Octal27033435125601130465122
Binary1011100011011100111010011010111001001110001001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DCE9; }

 p { color: rgb(184,220,233); }

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

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

 a { background-color: rgb(184,220,233); }

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

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

 span { border-color: rgb(184,220,233); }

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