#B2D5EB

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

Shades of Light Blue #B2D5EB

Tints of Light Blue #B2D5EB

Color information

#B2D5EB (or 0xB2D5EB) is unknown color: approx Light Blue. HEX triplet: B2, D5 and EB. RGB value is (178,213,235). Sum of RGB (Red+Green+Blue) = 178+213+235=626 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.43% from 626); Green value is 213 (83.59% from 255 or 34.03% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #B2D5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2D5EB is #4D2A14. Grayscale: #CCCCCC. Windows color (decimal): -5057045 or 15455666. OLE color: 15455666.

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

Color convert

RGB178213235-
CMYK0.240.0900.08
HSL203.16º58.76%80.98%-
HSV(B)203.16º24.26%92.16%-
XYZ57.1563.0587.76-
YUV205.04144.9108.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.43%
GREEN value IS 213 (83.59% from 255) = 34.03%
BLUE value IS 235 (92.19% from 255) = 37.54%
R=28.43%
G=34.03%
B=37.54%

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
Decimal1782132350.240.0900.08203.1658.7680.98
HexB2D5EB18908cb3b51
Octal262325353301101031373121
Binary10110010110101011110101111000100101000110010111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2D5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2D5EB; }

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

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

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

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

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

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

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

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