#B0DBEA

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

Shades of Light Blue #B0DBEA

Tints of Light Blue #B0DBEA

Color information

#B0DBEA (or 0xB0DBEA) is unknown color: approx Light Blue. HEX triplet: B0, DB and EA. RGB value is (176,219,234). Sum of RGB (Red+Green+Blue) = 176+219+234=629 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.98% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 234 (91.80% from 255 or 37.20% from 629); Max value from RGB is 234 - color contains mainly: blue. Hex color #B0DBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DBEA is #4F2415. Grayscale: #CFCFCF. Windows color (decimal): -5186582 or 15391664. OLE color: 15391664.

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

Color convert

RGB176219234-
CMYK0.250.0600.08
HSL195.52º58%80.39%-
HSV(B)195.52º24.79%91.76%-
XYZ58.0965.8387.49-
YUV207.85142.75105.28-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.98%
GREEN value IS 219 (85.94% from 255) = 34.82%
BLUE value IS 234 (91.80% from 255) = 37.20%
R=27.98%
G=34.82%
B=37.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1762192340.250.0600.08195.525880.39
HexB0DBEA19608c43a50
Octal26033335231601030472120
Binary1011000011011011111010101100111001000110001001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DBEA; }

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

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

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

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

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

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

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

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