#B5D6EB

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

Shades of Light Blue #B5D6EB

Tints of Light Blue #B5D6EB

Color information

#B5D6EB (or 0xB5D6EB) is unknown color: approx Light Blue. HEX triplet: B5, D6 and EB. RGB value is (181,214,235). Sum of RGB (Red+Green+Blue) = 181+214+235=630 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.73% from 630); Green value is 214 (83.98% from 255 or 33.97% from 630); Blue value is 235 (92.19% from 255 or 37.30% from 630); Max value from RGB is 235 - color contains mainly: blue. Hex color #B5D6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5D6EB is #4A2914. Grayscale: #CECECE. Windows color (decimal): -4860181 or 15455925. OLE color: 15455925.

HSL color Cylindrical-coordinate representation of color #B5D6EB: hue angle of 203.33º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5D6EB is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB181214235-
CMYK0.230.0900.08
HSL203.33º57.45%81.57%-
HSV(B)203.33º22.98%92.16%-
XYZ58.163.9287.87-
YUV206.53144.07109.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.73%
GREEN value IS 214 (83.98% from 255) = 33.97%
BLUE value IS 235 (92.19% from 255) = 37.30%
R=28.73%
G=33.97%
B=37.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1812142350.230.0900.08203.3357.4581.57
HexB5D6EB17908cb3952
Octal265326353271101031371122
Binary10110101110101101110101110111100101000110010111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D6EB; }

 p { color: rgb(181,214,235); }

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

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

 a { background-color: rgb(181,214,235); }

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

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

 span { border-color: rgb(181,214,235); }

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