#8DBEFF

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

Shades of Light Sky Blue #8DBEFF

Tints of Light Sky Blue #8DBEFF

Color information

#8DBEFF (or 0x8DBEFF) is unknown color: approx Light Sky Blue. HEX triplet: 8D, BE and FF. RGB value is (141,190,255). Sum of RGB (Red+Green+Blue) = 141+190+255=586 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.06% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DBEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBEFF is #724100. Grayscale: #B6B6B6. Windows color (decimal): -7487745 or 16760461. OLE color: 16760461.

HSL color Cylindrical-coordinate representation of color #8DBEFF: hue angle of 214.21º 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 #8DBEFF is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB141190255-
CMYK0.450.2500
HSL214.21º100%77.65%-
HSV(B)214.21º44.71%100%-
XYZ47.4549.71101.7-
YUV182.76168.7798.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 24.06%
GREEN value IS 190 (74.61% from 255) = 32.42%
BLUE value IS 255 (100% from 255) = 43.52%
R=24.06%
G=32.42%
B=43.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1411902550.450.2500214.2110077.65
Hex8DBEFF2D1900d6644e
Octal215276377553100326144116
Binary10001101101111101111111110110111001001101011011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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