#8FD3F9

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

Shades of Light Sky Blue #8FD3F9

Tints of Light Sky Blue #8FD3F9

Color information

#8FD3F9 (or 0x8FD3F9) is unknown color: approx Light Sky Blue. HEX triplet: 8F, D3 and F9. RGB value is (143,211,249). Sum of RGB (Red+Green+Blue) = 143+211+249=603 (79% of max value = 765). Red value is 143 (56.25% from 255 or 23.71% from 603); Green value is 211 (82.81% from 255 or 34.99% from 603); Blue value is 249 (97.66% from 255 or 41.29% from 603); Max value from RGB is 249 - color contains mainly: blue. Hex color #8FD3F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FD3F9 is #702C06. Grayscale: #C2C2C2. Windows color (decimal): -7351303 or 16372623. OLE color: 16372623.

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

Color convert

RGB143211249-
CMYK0.430.1500.02
HSL201.51º89.83%76.86%-
HSV(B)201.51º42.57%97.65%-
XYZ51.7259.2798.34-
YUV195158.4790.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.71%
GREEN value IS 211 (82.81% from 255) = 34.99%
BLUE value IS 249 (97.66% from 255) = 41.29%
R=23.71%
G=34.99%
B=41.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1432112490.430.1500.02201.5189.8376.86
Hex8FD3F92BF02ca5a4d
Octal217323371531702312132115
Binary10001111110100111111100110101111110101100101010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,211,249); }

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

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

 a { background-color: rgb(143,211,249); }

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

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

 span { border-color: rgb(143,211,249); }

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