#B0D6EC

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

Shades of Light Blue #B0D6EC

Tints of Light Blue #B0D6EC

Color information

#B0D6EC (or 0xB0D6EC) is unknown color: approx Light Blue. HEX triplet: B0, D6 and EC. RGB value is (176,214,236). Sum of RGB (Red+Green+Blue) = 176+214+236=626 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.12% from 626); Green value is 214 (83.98% from 255 or 34.19% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #B0D6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D6EC is #4F2913. Grayscale: #CDCDCD. Windows color (decimal): -5187860 or 15521456. OLE color: 15521456.

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

Color convert

RGB176214236-
CMYK0.250.0900.07
HSL202º61.22%80.78%-
HSV(B)202º25.42%92.55%-
XYZ57.0963.3888.58-
YUV205.15145.41107.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 28.12%
GREEN value IS 214 (83.98% from 255) = 34.19%
BLUE value IS 236 (92.58% from 255) = 37.70%
R=28.12%
G=34.19%
B=37.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1762142360.250.0900.0720261.2280.78
HexB0D6EC19907ca3d51
Octal26032635431110731275121
Binary1011000011010110111011001100110010111110010101111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0D6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0D6EC; }

 p { color: rgb(176,214,236); }

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

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

 a { background-color: rgb(176,214,236); }

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

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

 span { border-color: rgb(176,214,236); }

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