#B0DAF1

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

Shades of Light Blue #B0DAF1

Tints of Light Blue #B0DAF1

Color information

#B0DAF1 (or 0xB0DAF1) is unknown color: approx Light Blue. HEX triplet: B0, DA and F1. RGB value is (176,218,241). Sum of RGB (Red+Green+Blue) = 176+218+241=635 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.72% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #B0DAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DAF1 is #4F250E. Grayscale: #CFCFCF. Windows color (decimal): -5186831 or 15850160. OLE color: 15850160.

HSL color Cylindrical-coordinate representation of color #B0DAF1: hue angle of 201.23º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0DAF1 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB176218241-
CMYK0.270.1000.05
HSL201.23º69.89%81.76%-
HSV(B)201.23º26.97%94.51%-
XYZ58.8565.7292.8-
YUV208.06146.59105.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.72%
GREEN value IS 218 (85.55% from 255) = 34.33%
BLUE value IS 241 (94.53% from 255) = 37.95%
R=27.72%
G=34.33%
B=37.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762182410.270.1000.05201.2369.8981.76
HexB0DAF11BA05c94652
Octal260332361331205311106122
Binary10110000110110101111000111011101001011100100110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DAF1; }

 p { color: rgb(176,218,241); }

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

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

 a { background-color: rgb(176,218,241); }

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

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

 span { border-color: rgb(176,218,241); }

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