#B1DAEB

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

Shades of Light Blue #B1DAEB

Tints of Light Blue #B1DAEB

Color information

#B1DAEB (or 0xB1DAEB) is unknown color: approx Light Blue. HEX triplet: B1, DA and EB. RGB value is (177,218,235). Sum of RGB (Red+Green+Blue) = 177+218+235=630 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.10% from 630); Green value is 218 (85.55% from 255 or 34.60% 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 #B1DAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1DAEB is #4E2514. Grayscale: #CFCFCF. Windows color (decimal): -5121301 or 15456945. OLE color: 15456945.

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

Color convert

RGB177218235-
CMYK0.250.0700.08
HSL197.59º59.18%80.78%-
HSV(B)197.59º24.68%92.16%-
XYZ58.265.4988.17-
YUV207.68143.42106.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.10%
GREEN value IS 218 (85.55% from 255) = 34.60%
BLUE value IS 235 (92.19% from 255) = 37.30%
R=28.10%
G=34.60%
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
Decimal1772182350.250.0700.08197.5959.1880.78
HexB1DAEB19708c63b51
Octal26133235331701030673121
Binary1011000111011010111010111100111101000110001101110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1DAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1DAEB; }

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

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

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

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

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

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

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

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