#B0DBF0

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

Shades of Light Blue #B0DBF0

Tints of Light Blue #B0DBF0

Color information

#B0DBF0 (or 0xB0DBF0) is unknown color: approx Light Blue. HEX triplet: B0, DB and F0. RGB value is (176,219,240). Sum of RGB (Red+Green+Blue) = 176+219+240=635 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.72% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 240 - color contains mainly: blue. Hex color #B0DBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DBF0 is #4F240F. Grayscale: #D0D0D0. Windows color (decimal): -5186576 or 15784880. OLE color: 15784880.

HSL color Cylindrical-coordinate representation of color #B0DBF0: hue angle of 199.69º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0DBF0 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB176219240-
CMYK0.270.0900.06
HSL199.69º68.09%81.57%-
HSV(B)199.69º26.67%94.12%-
XYZ58.9666.1892.11-
YUV208.54145.75104.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.72%
GREEN value IS 219 (85.94% from 255) = 34.49%
BLUE value IS 240 (94.14% from 255) = 37.80%
R=27.72%
G=34.49%
B=37.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762192400.270.0900.06199.6968.0981.57
HexB0DBF01B906c84452
Octal260333360331106310104122
Binary10110000110110111111000011011100101101100100010001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DBF0; }

 p { color: rgb(176,219,240); }

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

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

 a { background-color: rgb(176,219,240); }

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

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

 span { border-color: rgb(176,219,240); }

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