#B0DBEC

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

Shades of Light Blue #B0DBEC

Tints of Light Blue #B0DBEC

Color information

#B0DBEC (or 0xB0DBEC) is unknown color: approx Light Blue. HEX triplet: B0, DB and EC. RGB value is (176,219,236). Sum of RGB (Red+Green+Blue) = 176+219+236=631 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.89% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #B0DBEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DBEC is #4F2413. Grayscale: #CFCFCF. Windows color (decimal): -5186580 or 15522736. OLE color: 15522736.

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

Color convert

RGB176219236-
CMYK0.250.0700.07
HSL197º61.22%80.78%-
HSV(B)197º25.42%92.55%-
XYZ58.3865.9589.01-
YUV208.08143.75105.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.89%
GREEN value IS 219 (85.94% from 255) = 34.71%
BLUE value IS 236 (92.58% from 255) = 37.40%
R=27.89%
G=34.71%
B=37.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762192360.250.0700.0719761.2280.78
HexB0DBEC19707c53d51
Octal2603333543170730575121
Binary101100001101101111101100110011110111110001011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DBEC; }

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

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

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

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

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

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

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

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