#B9D8EA

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

Shades of Light Blue #B9D8EA

Tints of Light Blue #B9D8EA

Color information

#B9D8EA (or 0xB9D8EA) is unknown color: approx Light Blue. HEX triplet: B9, D8 and EA. RGB value is (185,216,234). Sum of RGB (Red+Green+Blue) = 185+216+234=635 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.13% from 635); Green value is 216 (84.77% from 255 or 34.02% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #B9D8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9D8EA is #462715. Grayscale: #D0D0D0. Windows color (decimal): -4597526 or 15390905. OLE color: 15390905.

HSL color Cylindrical-coordinate representation of color #B9D8EA: hue angle of 202.04º 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 #B9D8EA is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185216234-
CMYK0.210.0800.08
HSL202.04º53.85%82.16%-
HSV(B)202.04º20.94%91.76%-
XYZ59.4165.3787.33-
YUV208.78142.23111.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.13%
GREEN value IS 216 (84.77% from 255) = 34.02%
BLUE value IS 234 (91.80% from 255) = 36.85%
R=29.13%
G=34.02%
B=36.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1852162340.210.0800.08202.0453.8582.16
HexB9D8EA15808ca3652
Octal271330352251001031266122
Binary10111001110110001110101010101100001000110010101101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D8EA; }

 p { color: rgb(185,216,234); }

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

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

 a { background-color: rgb(185,216,234); }

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

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

 span { border-color: rgb(185,216,234); }

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