#BAD9EA

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

Shades of Light Blue #BAD9EA

Tints of Light Blue #BAD9EA

Color information

#BAD9EA (or 0xBAD9EA) is unknown color: approx Light Blue. HEX triplet: BA, D9 and EA. RGB value is (186,217,234). Sum of RGB (Red+Green+Blue) = 186+217+234=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 217 (85.16% from 255 or 34.07% 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 #BAD9EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD9EA is #452615. Grayscale: #D1D1D1. Windows color (decimal): -4531734 or 15391162. OLE color: 15391162.

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

Color convert

RGB186217234-
CMYK0.210.0700.08
HSL201.25º53.33%82.35%-
HSV(B)201.25º20.51%91.76%-
XYZ59.9166.0187.42-
YUV209.67141.73111.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.20%
GREEN value IS 217 (85.16% from 255) = 34.07%
BLUE value IS 234 (91.80% from 255) = 36.73%
R=29.20%
G=34.07%
B=36.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862172340.210.0700.08201.2553.3382.35
HexBAD9EA15708c93552
Octal27233135225701031165122
Binary1011101011011001111010101010111101000110010011101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD9EA; }

 p { color: rgb(186,217,234); }

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

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

 a { background-color: rgb(186,217,234); }

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

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

 span { border-color: rgb(186,217,234); }

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