#B0DCEB

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

Shades of Light Blue #B0DCEB

Tints of Light Blue #B0DCEB

Color information

#B0DCEB (or 0xB0DCEB) is unknown color: approx Light Blue. HEX triplet: B0, DC and EB. RGB value is (176,220,235). Sum of RGB (Red+Green+Blue) = 176+220+235=631 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.89% from 631); Green value is 220 (86.33% from 255 or 34.87% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 235 - color contains mainly: blue. Hex color #B0DCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DCEB is #4F2314. Grayscale: #D0D0D0. Windows color (decimal): -5186325 or 15457456. OLE color: 15457456.

HSL color Cylindrical-coordinate representation of color #B0DCEB: hue angle of 195.25º 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 #B0DCEB is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176220235-
CMYK0.250.0600.08
HSL195.25º59.6%80.59%-
HSV(B)195.25º25.11%92.16%-
XYZ58.4966.4188.33-
YUV208.55142.92104.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.89%
GREEN value IS 220 (86.33% from 255) = 34.87%
BLUE value IS 235 (92.19% from 255) = 37.24%
R=27.89%
G=34.87%
B=37.24%

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
Decimal1762202350.250.0600.08195.2559.680.59
HexB0DCEB19608c33c51
Octal26033435331601030374121
Binary1011000011011100111010111100111001000110000111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DCEB; }

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

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

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

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

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

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

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

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