#B0DBF1

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

Shades of Light Blue #B0DBF1

Tints of Light Blue #B0DBF1

Color information

#B0DBF1 (or 0xB0DBF1) is unknown color: approx Light Blue. HEX triplet: B0, DB and F1. RGB value is (176,219,241). Sum of RGB (Red+Green+Blue) = 176+219+241=636 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.67% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #B0DBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DBF1 is #4F240E. Grayscale: #D0D0D0. Windows color (decimal): -5186575 or 15850416. OLE color: 15850416.

HSL color Cylindrical-coordinate representation of color #B0DBF1: hue angle of 200.31º 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 #B0DBF1 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB176219241-
CMYK0.270.0900.05
HSL200.31º69.89%81.76%-
HSV(B)200.31º26.97%94.51%-
XYZ59.1166.2492.89-
YUV208.65146.25104.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.67%
GREEN value IS 219 (85.94% from 255) = 34.43%
BLUE value IS 241 (94.53% from 255) = 37.89%
R=27.67%
G=34.43%
B=37.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762192410.270.0900.05200.3169.8981.76
HexB0DBF11B905c84652
Octal260333361331105310106122
Binary10110000110110111111000111011100101011100100010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DBF1; }

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

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

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

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

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

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

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

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