#B2D7EB

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

Shades of Light Blue #B2D7EB

Tints of Light Blue #B2D7EB

Color information

#B2D7EB (or 0xB2D7EB) is unknown color: approx Light Blue. HEX triplet: B2, D7 and EB. RGB value is (178,215,235). Sum of RGB (Red+Green+Blue) = 178+215+235=628 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.34% from 628); Green value is 215 (84.38% from 255 or 34.24% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #B2D7EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2D7EB is #4D2814. Grayscale: #CECECE. Windows color (decimal): -5056533 or 15456178. OLE color: 15456178.

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

Color convert

RGB178215235-
CMYK0.240.0900.08
HSL201.05º58.76%80.98%-
HSV(B)201.05º24.26%92.16%-
XYZ57.6664.0687.92-
YUV206.22144.24107.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.34%
GREEN value IS 215 (84.38% from 255) = 34.24%
BLUE value IS 235 (92.19% from 255) = 37.42%
R=28.34%
G=34.24%
B=37.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1782152350.240.0900.08201.0558.7680.98
HexB2D7EB18908c93b51
Octal262327353301101031173121
Binary10110010110101111110101111000100101000110010011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D7EB; }

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

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

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

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

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

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

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

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