#B6DDEA

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

Shades of Light Blue #B6DDEA

Tints of Light Blue #B6DDEA

Color information

#B6DDEA (or 0xB6DDEA) is unknown color: approx Light Blue. HEX triplet: B6, DD and EA. RGB value is (182,221,234). Sum of RGB (Red+Green+Blue) = 182+221+234=637 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.57% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #B6DDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DDEA is #492215. Grayscale: #D2D2D2. Windows color (decimal): -4792854 or 15392182. OLE color: 15392182.

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

Color convert

RGB182221234-
CMYK0.220.0600.08
HSL195º55.32%81.57%-
HSV(B)195º22.22%91.76%-
XYZ6067.687.73-
YUV210.82141.08107.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.57%
GREEN value IS 221 (86.72% from 255) = 34.69%
BLUE value IS 234 (91.80% from 255) = 36.73%
R=28.57%
G=34.69%
B=36.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1822212340.220.0600.0819555.3281.57
HexB6DDEA16608c33752
Octal26633535226601030367122
Binary1011011011011101111010101011011001000110000111101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DDEA; }

 p { color: rgb(182,221,234); }

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

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

 a { background-color: rgb(182,221,234); }

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

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

 span { border-color: rgb(182,221,234); }

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