#B0DFF3

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

Shades of Light Blue #B0DFF3

Tints of Light Blue #B0DFF3

Color information

#B0DFF3 (or 0xB0DFF3) is unknown color: approx Light Blue. HEX triplet: B0, DF and F3. RGB value is (176,223,243). Sum of RGB (Red+Green+Blue) = 176+223+243=642 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.41% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 243 (95.31% from 255 or 37.85% from 642); Max value from RGB is 243 - color contains mainly: blue. Hex color #B0DFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DFF3 is #4F200C. Grayscale: #D3D3D3. Windows color (decimal): -5185549 or 15982512. OLE color: 15982512.

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

Color convert

RGB176223243-
CMYK0.280.0800.05
HSL197.91º73.63%82.16%-
HSV(B)197.91º27.57%95.29%-
XYZ60.4768.4894.82-
YUV211.23145.93102.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.41%
GREEN value IS 223 (87.5% from 255) = 34.74%
BLUE value IS 243 (95.31% from 255) = 37.85%
R=27.41%
G=34.74%
B=37.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762232430.280.0800.05197.9173.6382.16
HexB0DFF31C805c64a52
Octal260337363341005306112122
Binary10110000110111111111001111100100001011100011010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DFF3; }

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

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

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

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

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

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

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

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