#B0DFF1

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

Shades of Light Blue #B0DFF1

Tints of Light Blue #B0DFF1

Color information

#B0DFF1 (or 0xB0DFF1) is unknown color: approx Light Blue. HEX triplet: B0, DF and F1. RGB value is (176,223,241). Sum of RGB (Red+Green+Blue) = 176+223+241=640 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.5% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 241 (94.53% from 255 or 37.66% from 640); Max value from RGB is 241 - color contains mainly: blue. Hex color #B0DFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DFF1 is #4F200E. Grayscale: #D2D2D2. Windows color (decimal): -5185551 or 15851440. OLE color: 15851440.

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

Color convert

RGB176223241-
CMYK0.270.0700.05
HSL196.62º69.89%81.76%-
HSV(B)196.62º26.97%94.51%-
XYZ60.1768.3693.24-
YUV211144.93103.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.5%
GREEN value IS 223 (87.5% from 255) = 34.84%
BLUE value IS 241 (94.53% from 255) = 37.66%
R=27.5%
G=34.84%
B=37.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762232410.270.0700.05196.6269.8981.76
HexB0DFF11B705c54652
Octal26033736133705305106122
Binary1011000011011111111100011101111101011100010110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DFF1; }

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

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

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

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

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

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

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

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