#B0DDEB

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

Shades of Light Blue #B0DDEB

Tints of Light Blue #B0DDEB

Color information

#B0DDEB (or 0xB0DDEB) is unknown color: approx Light Blue. HEX triplet: B0, DD and EB. RGB value is (176,221,235). Sum of RGB (Red+Green+Blue) = 176+221+235=632 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.85% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #B0DDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DDEB is #4F2214. Grayscale: #D1D1D1. Windows color (decimal): -5186069 or 15457712. OLE color: 15457712.

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

Color convert

RGB176221235-
CMYK0.250.0600.08
HSL194.24º59.6%80.59%-
HSV(B)194.24º25.11%92.16%-
XYZ58.7666.9488.42-
YUV209.14142.59104.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.85%
GREEN value IS 221 (86.72% from 255) = 34.97%
BLUE value IS 235 (92.19% from 255) = 37.18%
R=27.85%
G=34.97%
B=37.18%

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
Decimal1762212350.250.0600.08194.2459.680.59
HexB0DDEB19608c23c51
Octal26033535331601030274121
Binary1011000011011101111010111100111001000110000101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DDEB; }

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

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

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

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

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

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

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

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