#B9DEF6

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

Shades of Light Blue #B9DEF6

Tints of Light Blue #B9DEF6

Color information

#B9DEF6 (or 0xB9DEF6) is unknown color: approx Light Blue. HEX triplet: B9, DE and F6. RGB value is (185,222,246). Sum of RGB (Red+Green+Blue) = 185+222+246=653 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.33% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 246 (96.48% from 255 or 37.67% from 653); Max value from RGB is 246 - color contains mainly: blue. Hex color #B9DEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DEF6 is #462109. Grayscale: #D5D5D5. Windows color (decimal): -4595978 or 16178873. OLE color: 16178873.

HSL color Cylindrical-coordinate representation of color #B9DEF6: hue angle of 203.61º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9DEF6 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB185222246-
CMYK0.250.1000.04
HSL203.61º77.22%84.51%-
HSV(B)203.61º24.8%96.47%-
XYZ62.7669.2197.24-
YUV213.67146.24107.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.33%
GREEN value IS 222 (87.11% from 255) = 34.00%
BLUE value IS 246 (96.48% from 255) = 37.67%
R=28.33%
G=34.00%
B=37.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1852222460.250.1000.04203.6177.2284.51
HexB9DEF619A04cc4d55
Octal271336366311204314115125
Binary10111001110111101111011011001101001001100110010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DEF6; }

 p { color: rgb(185,222,246); }

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

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

 a { background-color: rgb(185,222,246); }

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

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

 span { border-color: rgb(185,222,246); }

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