#B0DBED

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

Shades of Light Blue #B0DBED

Tints of Light Blue #B0DBED

Color information

#B0DBED (or 0xB0DBED) is unknown color: approx Light Blue. HEX triplet: B0, DB and ED. RGB value is (176,219,237). Sum of RGB (Red+Green+Blue) = 176+219+237=632 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.85% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 237 (92.97% from 255 or 37.5% from 632); Max value from RGB is 237 - color contains mainly: blue. Hex color #B0DBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DBED is #4F2412. Grayscale: #D0D0D0. Windows color (decimal): -5186579 or 15588272. OLE color: 15588272.

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

Color convert

RGB176219237-
CMYK0.260.0800.07
HSL197.7º62.89%80.98%-
HSV(B)197.7º25.74%92.94%-
XYZ58.5266.0189.78-
YUV208.2144.25105.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.85%
GREEN value IS 219 (85.94% from 255) = 34.65%
BLUE value IS 237 (92.97% from 255) = 37.5%
R=27.85%
G=34.65%
B=37.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762192370.260.0800.07197.762.8980.98
HexB0DBED1A807c63f51
Octal26033335532100730677121
Binary1011000011011011111011011101010000111110001101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DBED; }

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

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

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

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

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

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

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

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