#8FD7FB

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

Shades of Light Sky Blue #8FD7FB

Tints of Light Sky Blue #8FD7FB

Color information

#8FD7FB (or 0x8FD7FB) is unknown color: approx Light Sky Blue. HEX triplet: 8F, D7 and FB. RGB value is (143,215,251). Sum of RGB (Red+Green+Blue) = 143+215+251=609 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.48% from 609); Green value is 215 (84.38% from 255 or 35.30% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #8FD7FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FD7FB is #702804. Grayscale: #C5C5C5. Windows color (decimal): -7350277 or 16504719. OLE color: 16504719.

HSL color Cylindrical-coordinate representation of color #8FD7FB: hue angle of 200º degrees, saturation: 0.93, 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 #8FD7FB is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB143215251-
CMYK0.430.1400.02
HSL200º93.1%77.25%-
HSV(B)200º43.03%98.43%-
XYZ53.0461.41100.32-
YUV197.58158.1589.07-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.48%
GREEN value IS 215 (84.38% from 255) = 35.30%
BLUE value IS 251 (98.44% from 255) = 41.22%
R=23.48%
G=35.30%
B=41.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1432152510.430.1400.0220093.177.25
Hex8FD7FB2BE02c85d4d
Octal217327373531602310135115
Binary10001111110101111111101110101111100101100100010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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