#B6DEED

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

Shades of Light Blue #B6DEED

Tints of Light Blue #B6DEED

Color information

#B6DEED (or 0xB6DEED) is unknown color: approx Light Blue. HEX triplet: B6, DE and ED. RGB value is (182,222,237). Sum of RGB (Red+Green+Blue) = 182+222+237=641 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.39% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #B6DEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DEED is #492112. Grayscale: #D3D3D3. Windows color (decimal): -4792595 or 15589046. OLE color: 15589046.

HSL color Cylindrical-coordinate representation of color #B6DEED: hue angle of 196.36º 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 #B6DEED is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182222237-
CMYK0.230.0600.07
HSL196.36º60.44%82.16%-
HSV(B)196.36º23.21%92.94%-
XYZ60.768.390.11-
YUV211.75142.25106.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.39%
GREEN value IS 222 (87.11% from 255) = 34.63%
BLUE value IS 237 (92.97% from 255) = 36.97%
R=28.39%
G=34.63%
B=36.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1822222370.230.0600.07196.3660.4482.16
HexB6DEED17607c43c52
Octal2663363552760730474122
Binary101101101101111011101101101111100111110001001111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DEED; }

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

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

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

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

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

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

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

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