#B2DCEB

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

Shades of Light Blue #B2DCEB

Tints of Light Blue #B2DCEB

Color information

#B2DCEB (or 0xB2DCEB) is unknown color: approx Light Blue. HEX triplet: B2, DC and EB. RGB value is (178,220,235). Sum of RGB (Red+Green+Blue) = 178+220+235=633 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.12% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 235 - color contains mainly: blue. Hex color #B2DCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DCEB is #4D2314. Grayscale: #D1D1D1. Windows color (decimal): -5055253 or 15457458. OLE color: 15457458.

HSL color Cylindrical-coordinate representation of color #B2DCEB: hue angle of 195.79º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2DCEB is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB178220235-
CMYK0.240.0600.08
HSL195.79º58.76%80.98%-
HSV(B)195.79º24.26%92.16%-
XYZ58.9566.6588.35-
YUV209.15142.59105.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.12%
GREEN value IS 220 (86.33% from 255) = 34.76%
BLUE value IS 235 (92.19% from 255) = 37.12%
R=28.12%
G=34.76%
B=37.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1782202350.240.0600.08195.7958.7680.98
HexB2DCEB18608c43b51
Octal26233435330601030473121
Binary1011001011011100111010111100011001000110001001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DCEB; }

 p { color: rgb(178,220,235); }

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

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

 a { background-color: rgb(178,220,235); }

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

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

 span { border-color: rgb(178,220,235); }

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