#8FD7FD

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

Shades of Light Sky Blue #8FD7FD

Tints of Light Sky Blue #8FD7FD

Color information

#8FD7FD (or 0x8FD7FD) is unknown color: approx Light Sky Blue. HEX triplet: 8F, D7 and FD. RGB value is (143,215,253). Sum of RGB (Red+Green+Blue) = 143+215+253=611 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.40% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #8FD7FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FD7FD is #702802. Grayscale: #C5C5C5. Windows color (decimal): -7350275 or 16635791. OLE color: 16635791.

HSL color Cylindrical-coordinate representation of color #8FD7FD: hue angle of 200.73º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FD7FD is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB143215253-
CMYK0.430.1500.01
HSL200.73º96.49%77.65%-
HSV(B)200.73º43.48%99.22%-
XYZ53.3661.53101.99-
YUV197.8159.1588.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.40%
GREEN value IS 215 (84.38% from 255) = 35.19%
BLUE value IS 253 (99.22% from 255) = 41.41%
R=23.40%
G=35.19%
B=41.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1432152530.430.1500.01200.7396.4977.65
Hex8FD7FD2BF01c9604e
Octal217327375531701311140116
Binary1000111111010111111111011010111111011100100111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,215,253); }

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

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

 a { background-color: rgb(143,215,253); }

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

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

 span { border-color: rgb(143,215,253); }

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