#B1DDEB

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

Shades of Light Blue #B1DDEB

Tints of Light Blue #B1DDEB

Color information

#B1DDEB (or 0xB1DDEB) is unknown color: approx Light Blue. HEX triplet: B1, DD and EB. RGB value is (177,221,235). Sum of RGB (Red+Green+Blue) = 177+221+235=633 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.96% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1DDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DDEB is #4E2214. Grayscale: #D1D1D1. Windows color (decimal): -5120533 or 15457713. OLE color: 15457713.

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

Color convert

RGB177221235-
CMYK0.250.0600.08
HSL194.48º59.18%80.78%-
HSV(B)194.48º24.68%92.16%-
XYZ58.9867.0688.43-
YUV209.44142.42104.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.96%
GREEN value IS 221 (86.72% from 255) = 34.91%
BLUE value IS 235 (92.19% from 255) = 37.12%
R=27.96%
G=34.91%
B=37.12%

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
Decimal1772212350.250.0600.08194.4859.1880.78
HexB1DDEB19608c23b51
Octal26133535331601030273121
Binary1011000111011101111010111100111001000110000101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DDEB; }

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

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

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

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

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

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

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

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