#B0DFED

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

Shades of Light Blue #B0DFED

Tints of Light Blue #B0DFED

Color information

#B0DFED (or 0xB0DFED) is unknown color: approx Light Blue. HEX triplet: B0, DF and ED. RGB value is (176,223,237). Sum of RGB (Red+Green+Blue) = 176+223+237=636 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.67% from 636); Green value is 223 (87.5% from 255 or 35.06% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 237 - color contains mainly: blue. Hex color #B0DFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0DFED is #4F2012. Grayscale: #D2D2D2. Windows color (decimal): -5185555 or 15589296. OLE color: 15589296.

HSL color Cylindrical-coordinate representation of color #B0DFED: hue angle of 193.77º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0DFED is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176223237-
CMYK0.260.0600.07
HSL193.77º62.89%80.98%-
HSV(B)193.77º25.74%92.94%-
XYZ59.5868.1290.13-
YUV210.54142.93103.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 27.67%
GREEN value IS 223 (87.5% from 255) = 35.06%
BLUE value IS 237 (92.97% from 255) = 37.26%
R=27.67%
G=35.06%
B=37.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762232370.260.0600.07193.7762.8980.98
HexB0DFED1A607c23f51
Octal2603373553260730277121
Binary101100001101111111101101110101100111110000101111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0DFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0DFED; }

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

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

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

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

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

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

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

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