#B6DBED

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

Shades of Light Blue #B6DBED

Tints of Light Blue #B6DBED

Color information

#B6DBED (or 0xB6DBED) is unknown color: approx Light Blue. HEX triplet: B6, DB and ED. RGB value is (182,219,237). Sum of RGB (Red+Green+Blue) = 182+219+237=638 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.53% from 638); Green value is 219 (85.94% from 255 or 34.33% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #B6DBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DBED is #492412. Grayscale: #D1D1D1. Windows color (decimal): -4793363 or 15588278. OLE color: 15588278.

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

Color convert

RGB182219237-
CMYK0.230.0800.07
HSL199.64º60.44%82.16%-
HSV(B)199.64º23.21%92.94%-
XYZ59.9166.7289.84-
YUV209.99143.24108.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.53%
GREEN value IS 219 (85.94% from 255) = 34.33%
BLUE value IS 237 (92.97% from 255) = 37.15%
R=28.53%
G=34.33%
B=37.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1822192370.230.0800.07199.6460.4482.16
HexB6DBED17807c83c52
Octal26633335527100731074122
Binary1011011011011011111011011011110000111110010001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DBED; }

 p { color: rgb(182,219,237); }

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

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

 a { background-color: rgb(182,219,237); }

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

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

 span { border-color: rgb(182,219,237); }

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