#8DDAF8

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

Shades of Light Sky Blue #8DDAF8

Tints of Light Sky Blue #8DDAF8

Color information

#8DDAF8 (or 0x8DDAF8) is unknown color: approx Light Sky Blue. HEX triplet: 8D, DA and F8. RGB value is (141,218,248). Sum of RGB (Red+Green+Blue) = 141+218+248=607 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.23% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 248 (97.27% from 255 or 40.86% from 607); Max value from RGB is 248 - color contains mainly: blue. Hex color #8DDAF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDAF8 is #722507. Grayscale: #C6C6C6. Windows color (decimal): -7480584 or 16308877. OLE color: 16308877.

HSL color Cylindrical-coordinate representation of color #8DDAF8: hue angle of 196.82º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DDAF8 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB141218248-
CMYK0.430.1200.03
HSL196.82º88.43%76.27%-
HSV(B)196.82º43.15%97.25%-
XYZ5362.5898.09-
YUV198.4155.9987.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.23%
GREEN value IS 218 (85.55% from 255) = 35.91%
BLUE value IS 248 (97.27% from 255) = 40.86%
R=23.23%
G=35.91%
B=40.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1412182480.430.1200.03196.8288.4376.27
Hex8DDAF82BC03c5584c
Octal215332370531403305130114
Binary10001101110110101111100010101111000111100010110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,218,248); }

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

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

 a { background-color: rgb(141,218,248); }

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

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

 span { border-color: rgb(141,218,248); }

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