#B9DBEC

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

Shades of Light Blue #B9DBEC

Tints of Light Blue #B9DBEC

Color information

#B9DBEC (or 0xB9DBEC) is unknown color: approx Light Blue. HEX triplet: B9, DB and EC. RGB value is (185,219,236). Sum of RGB (Red+Green+Blue) = 185+219+236=640 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.91% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #B9DBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DBEC is #462413. Grayscale: #D2D2D2. Windows color (decimal): -4596756 or 15522745. OLE color: 15522745.

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

Color convert

RGB185219236-
CMYK0.220.0700.07
HSL200º57.3%82.55%-
HSV(B)200º21.61%92.55%-
XYZ60.4867.0389.11-
YUV210.77142.24109.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.91%
GREEN value IS 219 (85.94% from 255) = 34.22%
BLUE value IS 236 (92.58% from 255) = 36.88%
R=28.91%
G=34.22%
B=36.88%

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
Decimal1852192360.220.0700.0720057.382.55
HexB9DBEC16707c83953
Octal2713333542670731071123
Binary101110011101101111101100101101110111110010001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DBEC; }

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

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

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

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

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

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

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

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