#B2DBEA

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

Shades of Light Blue #B2DBEA

Tints of Light Blue #B2DBEA

Color information

#B2DBEA (or 0xB2DBEA) is unknown color: approx Light Blue. HEX triplet: B2, DB and EA. RGB value is (178,219,234). Sum of RGB (Red+Green+Blue) = 178+219+234=631 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.21% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #B2DBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DBEA is #4D2415. Grayscale: #D0D0D0. Windows color (decimal): -5055510 or 15391666. OLE color: 15391666.

HSL color Cylindrical-coordinate representation of color #B2DBEA: hue angle of 196.07º degrees, saturation: 0.57, 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 #B2DBEA is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB178219234-
CMYK0.240.0600.08
HSL196.07º57.14%80.78%-
HSV(B)196.07º23.93%91.76%-
XYZ58.5466.0787.51-
YUV208.45142.42106.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.21%
GREEN value IS 219 (85.94% from 255) = 34.71%
BLUE value IS 234 (91.80% from 255) = 37.08%
R=28.21%
G=34.71%
B=37.08%

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
Decimal1782192340.240.0600.08196.0757.1480.78
HexB2DBEA18608c43951
Octal26233335230601030471121
Binary1011001011011011111010101100011001000110001001110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DBEA; }

 p { color: rgb(178,219,234); }

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

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

 a { background-color: rgb(178,219,234); }

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

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

 span { border-color: rgb(178,219,234); }

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