#B0DAF3

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

Shades of Light Blue #B0DAF3

Tints of Light Blue #B0DAF3

Color information

#B0DAF3 (or 0xB0DAF3) is unknown color: approx Light Blue. HEX triplet: B0, DA and F3. RGB value is (176,218,243). Sum of RGB (Red+Green+Blue) = 176+218+243=637 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.63% from 637); Green value is 218 (85.55% from 255 or 34.22% from 637); Blue value is 243 (95.31% from 255 or 38.15% from 637); Max value from RGB is 243 - color contains mainly: blue. Hex color #B0DAF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DAF3 is #4F250C. Grayscale: #D0D0D0. Windows color (decimal): -5186829 or 15981232. OLE color: 15981232.

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

Color convert

RGB176218243-
CMYK0.280.1000.05
HSL202.39º73.63%82.16%-
HSV(B)202.39º27.57%95.29%-
XYZ59.1565.8494.39-
YUV208.29147.59104.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.63%
GREEN value IS 218 (85.55% from 255) = 34.22%
BLUE value IS 243 (95.31% from 255) = 38.15%
R=27.63%
G=34.22%
B=38.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762182430.280.1000.05202.3973.6382.16
HexB0DAF31CA05ca4a52
Octal260332363341205312112122
Binary10110000110110101111001111100101001011100101010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DAF3; }

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

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

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

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

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

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

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

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