#8DDAFA

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

Shades of Light Sky Blue #8DDAFA

Tints of Light Sky Blue #8DDAFA

Color information

#8DDAFA (or 0x8DDAFA) is unknown color: approx Light Sky Blue. HEX triplet: 8D, DA and FA. RGB value is (141,218,250). Sum of RGB (Red+Green+Blue) = 141+218+250=609 (80% of max value = 765). Red value is 141 (55.47% from 255 or 23.15% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DDAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDAFA is #722505. Grayscale: #C6C6C6. Windows color (decimal): -7480582 or 16439949. OLE color: 16439949.

HSL color Cylindrical-coordinate representation of color #8DDAFA: hue angle of 197.61º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DDAFA is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB141218250-
CMYK0.440.1300.02
HSL197.61º91.6%76.67%-
HSV(B)197.61º43.6%98.04%-
XYZ53.3162.7199.74-
YUV198.62156.9986.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 23.15%
GREEN value IS 218 (85.55% from 255) = 35.80%
BLUE value IS 250 (98.05% from 255) = 41.05%
R=23.15%
G=35.80%
B=41.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412182500.440.1300.02197.6191.676.67
Hex8DDAFA2CD02c65c4d
Octal215332372541502306134115
Binary10001101110110101111101010110011010101100011010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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