#B9DEF3

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

Shades of Light Blue #B9DEF3

Tints of Light Blue #B9DEF3

Color information

#B9DEF3 (or 0xB9DEF3) is unknown color: approx Light Blue. HEX triplet: B9, DE and F3. RGB value is (185,222,243). Sum of RGB (Red+Green+Blue) = 185+222+243=650 (86% of max value = 765). Red value is 185 (72.66% from 255 or 28.46% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 243 (95.31% from 255 or 37.38% from 650); Max value from RGB is 243 - color contains mainly: blue. Hex color #B9DEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B9DEF3 is #46210C. Grayscale: #D5D5D5. Windows color (decimal): -4595981 or 15982265. OLE color: 15982265.

HSL color Cylindrical-coordinate representation of color #B9DEF3: hue angle of 201.72º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9DEF3 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB185222243-
CMYK0.240.0900.05
HSL201.72º70.73%83.92%-
HSV(B)201.72º23.87%95.29%-
XYZ62.3169.0394.83-
YUV213.33144.74107.79-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 28.46%
GREEN value IS 222 (87.11% from 255) = 34.15%
BLUE value IS 243 (95.31% from 255) = 37.38%
R=28.46%
G=34.15%
B=37.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1852222430.240.0900.05201.7270.7383.92
HexB9DEF318905ca4754
Octal271336363301105312107124
Binary10111001110111101111001111000100101011100101010001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9DEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9DEF3; }

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

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

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

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

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

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

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

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