#B2DCE8

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

Shades of Light Blue #B2DCE8

Tints of Light Blue #B2DCE8

Color information

#B2DCE8 (or 0xB2DCE8) is unknown color: approx Light Blue. HEX triplet: B2, DC and E8. RGB value is (178,220,232). Sum of RGB (Red+Green+Blue) = 178+220+232=630 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.25% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 232 (91.02% from 255 or 36.83% from 630); Max value from RGB is 232 - color contains mainly: blue. Hex color #B2DCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DCE8 is #4D2317. Grayscale: #D0D0D0. Windows color (decimal): -5055256 or 15260850. OLE color: 15260850.

HSL color Cylindrical-coordinate representation of color #B2DCE8: hue angle of 193.33º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2DCE8 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB178220232-
CMYK0.230.0500.09
HSL193.33º54%80.39%-
HSV(B)193.33º23.28%90.98%-
XYZ58.5266.4886.09-
YUV208.81141.09106.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.25%
GREEN value IS 220 (86.33% from 255) = 34.92%
BLUE value IS 232 (91.02% from 255) = 36.83%
R=28.25%
G=34.92%
B=36.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1782202320.230.0500.09193.335480.39
HexB2DCE817509c13650
Octal26233435027501130166120
Binary1011001011011100111010001011110101001110000011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DCE8; }

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

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

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

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

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

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

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

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