#8DBAFF

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

Shades of Light Sky Blue #8DBAFF

Tints of Light Sky Blue #8DBAFF

Color information

#8DBAFF (or 0x8DBAFF) is unknown color: approx Light Sky Blue. HEX triplet: 8D, BA and FF. RGB value is (141,186,255). Sum of RGB (Red+Green+Blue) = 141+186+255=582 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.23% from 582); Green value is 186 (73.05% from 255 or 31.96% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DBAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBAFF is #724500. Grayscale: #B4B4B4. Windows color (decimal): -7488769 or 16759437. OLE color: 16759437.

HSL color Cylindrical-coordinate representation of color #8DBAFF: hue angle of 216.32º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DBAFF is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB141186255-
CMYK0.450.2700
HSL216.32º100%77.65%-
HSV(B)216.32º44.71%100%-
XYZ46.5948101.42-
YUV180.41170.0999.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.23%
GREEN value IS 186 (73.05% from 255) = 31.96%
BLUE value IS 255 (100% from 255) = 43.81%
R=24.23%
G=31.96%
B=43.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1411862550.450.2700216.3210077.65
Hex8DBAFF2D1B00d8644e
Octal215272377553300330144116
Binary10001101101110101111111110110111011001101100011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DBAFF; }

 p { color: rgb(141,186,255); }

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

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

 a { background-color: rgb(141,186,255); }

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

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

 span { border-color: rgb(141,186,255); }

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