#B6DFEB

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

Shades of Light Blue #B6DFEB

Tints of Light Blue #B6DFEB

Color information

#B6DFEB (or 0xB6DFEB) is unknown color: approx Light Blue. HEX triplet: B6, DF and EB. RGB value is (182,223,235). Sum of RGB (Red+Green+Blue) = 182+223+235=640 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.44% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: blue. Hex color #B6DFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DFEB is #492014. Grayscale: #D4D4D4. Windows color (decimal): -4792341 or 15458230. OLE color: 15458230.

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

Color convert

RGB182223235-
CMYK0.230.0500.08
HSL193.58º56.99%81.76%-
HSV(B)193.58º22.55%92.16%-
XYZ60.6768.7288.66-
YUV212.11140.92106.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.44%
GREEN value IS 223 (87.5% from 255) = 34.84%
BLUE value IS 235 (92.19% from 255) = 36.72%
R=28.44%
G=34.84%
B=36.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1822232350.230.0500.08193.5856.9981.76
HexB6DFEB17508c23952
Octal26633735327501030271122
Binary1011011011011111111010111011110101000110000101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DFEB; }

 p { color: rgb(182,223,235); }

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

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

 a { background-color: rgb(182,223,235); }

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

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

 span { border-color: rgb(182,223,235); }

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