#B6DBEF

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

Shades of Light Blue #B6DBEF

Tints of Light Blue #B6DBEF

Color information

#B6DBEF (or 0xB6DBEF) is unknown color: approx Light Blue. HEX triplet: B6, DB and EF. RGB value is (182,219,239). Sum of RGB (Red+Green+Blue) = 182+219+239=640 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.44% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #B6DBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6DBEF is #492410. Grayscale: #D2D2D2. Windows color (decimal): -4793361 or 15719350. OLE color: 15719350.

HSL color Cylindrical-coordinate representation of color #B6DBEF: hue angle of 201.05º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6DBEF is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB182219239-
CMYK0.240.0800.06
HSL201.05º64.04%82.55%-
HSV(B)201.05º23.85%93.73%-
XYZ60.266.8491.39-
YUV210.22144.24107.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.44%
GREEN value IS 219 (85.94% from 255) = 34.22%
BLUE value IS 239 (93.75% from 255) = 37.34%
R=28.44%
G=34.22%
B=37.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1822192390.240.0800.06201.0564.0482.55
HexB6DBEF18806c94053
Octal266333357301006311100123
Binary10110110110110111110111111000100001101100100110000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6DBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6DBEF; }

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

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

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

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

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

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

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

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