#B8DBEA

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

Shades of Light Blue #B8DBEA

Tints of Light Blue #B8DBEA

Color information

#B8DBEA (or 0xB8DBEA) is unknown color: approx Light Blue. HEX triplet: B8, DB and EA. RGB value is (184,219,234). Sum of RGB (Red+Green+Blue) = 184+219+234=637 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.89% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #B8DBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DBEA is #472415. Grayscale: #D2D2D2. Windows color (decimal): -4662294 or 15391672. OLE color: 15391672.

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

Color convert

RGB184219234-
CMYK0.210.0600.08
HSL198º54.35%81.96%-
HSV(B)198º21.37%91.76%-
XYZ59.9566.7987.57-
YUV210.24141.4109.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.89%
GREEN value IS 219 (85.94% from 255) = 34.38%
BLUE value IS 234 (91.80% from 255) = 36.73%
R=28.89%
G=34.38%
B=36.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1842192340.210.0600.0819854.3581.96
HexB8DBEA15608c63652
Octal27033335225601030666122
Binary1011100011011011111010101010111001000110001101101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8DBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8DBEA; }

 p { color: rgb(184,219,234); }

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

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

 a { background-color: rgb(184,219,234); }

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

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

 span { border-color: rgb(184,219,234); }

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