#BAD9EE

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

Shades of Light Blue #BAD9EE

Tints of Light Blue #BAD9EE

Color information

#BAD9EE (or 0xBAD9EE) is unknown color: approx Light Blue. HEX triplet: BA, D9 and EE. RGB value is (186,217,238). Sum of RGB (Red+Green+Blue) = 186+217+238=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 217 (85.16% from 255 or 33.85% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #BAD9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAD9EE is #452611. Grayscale: #D2D2D2. Windows color (decimal): -4531730 or 15653306. OLE color: 15653306.

HSL color Cylindrical-coordinate representation of color #BAD9EE: hue angle of 204.23º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAD9EE is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186217238-
CMYK0.220.0900.07
HSL204.23º60.47%83.14%-
HSV(B)204.23º21.85%93.33%-
XYZ60.566.2490.49-
YUV210.12143.73110.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.02%
GREEN value IS 217 (85.16% from 255) = 33.85%
BLUE value IS 238 (93.36% from 255) = 37.13%
R=29.02%
G=33.85%
B=37.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862172380.220.0900.07204.2360.4783.14
HexBAD9EE16907cc3c53
Octal27233135626110731474123
Binary1011101011011001111011101011010010111110011001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD9EE; }

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

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

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

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

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

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

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

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