#8FC3FD

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

Shades of Light Sky Blue #8FC3FD

Tints of Light Sky Blue #8FC3FD

Color information

#8FC3FD (or 0x8FC3FD) is unknown color: approx Light Sky Blue. HEX triplet: 8F, C3 and FD. RGB value is (143,195,253). Sum of RGB (Red+Green+Blue) = 143+195+253=591 (78% of max value = 765). Red value is 143 (56.25% from 255 or 24.20% from 591); Green value is 195 (76.56% from 255 or 32.99% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #8FC3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FC3FD is #703C02. Grayscale: #B9B9B9. Windows color (decimal): -7355395 or 16630671. OLE color: 16630671.

HSL color Cylindrical-coordinate representation of color #8FC3FD: hue angle of 211.64º 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 #8FC3FD is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB143195253-
CMYK0.430.2300.01
HSL211.64º96.49%77.65%-
HSV(B)211.64º43.48%99.22%-
XYZ48.5751.96100.4-
YUV186.06165.7797.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 24.20%
GREEN value IS 195 (76.56% from 255) = 32.99%
BLUE value IS 253 (99.22% from 255) = 42.81%
R=24.20%
G=32.99%
B=42.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1431952530.430.2300.01211.6496.4977.65
Hex8FC3FD2B1701d4604e
Octal217303375532701324140116
Binary10001111110000111111110110101110111011101010011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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