#B0DBEB

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

Shades of Light Blue #B0DBEB

Tints of Light Blue #B0DBEB

Color information

#B0DBEB (or 0xB0DBEB) is unknown color: approx Light Blue. HEX triplet: B0, DB and EB. RGB value is (176,219,235). Sum of RGB (Red+Green+Blue) = 176+219+235=630 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.94% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 235 - color contains mainly: blue. Hex color #B0DBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DBEB is #4F2414. Grayscale: #CFCFCF. Windows color (decimal): -5186581 or 15457200. OLE color: 15457200.

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

Color convert

RGB176219235-
CMYK0.250.0700.08
HSL196.27º59.6%80.59%-
HSV(B)196.27º25.11%92.16%-
XYZ58.2365.8988.25-
YUV207.97143.25105.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.94%
GREEN value IS 219 (85.94% from 255) = 34.76%
BLUE value IS 235 (92.19% from 255) = 37.30%
R=27.94%
G=34.76%
B=37.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1762192350.250.0700.08196.2759.680.59
HexB0DBEB19708c43c51
Octal26033335331701030474121
Binary1011000011011011111010111100111101000110001001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DBEB; }

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

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

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

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

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

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

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

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