#B0DBEF

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

Shades of Light Blue #B0DBEF

Tints of Light Blue #B0DBEF

Color information

#B0DBEF (or 0xB0DBEF) is unknown color: approx Light Blue. HEX triplet: B0, DB and EF. RGB value is (176,219,239). Sum of RGB (Red+Green+Blue) = 176+219+239=634 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.76% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #B0DBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DBEF is #4F2410. Grayscale: #D0D0D0. Windows color (decimal): -5186577 or 15719344. OLE color: 15719344.

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

Color convert

RGB176219239-
CMYK0.260.0800.06
HSL199.05º66.32%81.37%-
HSV(B)199.05º26.36%93.73%-
XYZ58.8266.1391.32-
YUV208.42145.25104.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.76%
GREEN value IS 219 (85.94% from 255) = 34.54%
BLUE value IS 239 (93.75% from 255) = 37.70%
R=27.76%
G=34.54%
B=37.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762192390.260.0800.06199.0566.3281.37
HexB0DBEF1A806c74251
Octal260333357321006307102121
Binary10110000110110111110111111010100001101100011110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DBEF; }

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

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

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

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

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

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

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

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